We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hudi中主键配置是支持复合主键的,目前TIS中只支持表拥有唯一主键(这样的要求是不合理的),需要在TIS控制台中允许用户选择复合主键的场景
需要支持Hudicomplexkeygenerator 这种分区策略以支持“ 大洲/国家/城市”,此分区是对应 数据表上 是三个字段https://hudi.apache.org/docs/key_generation#complexkeygenerator
The text was updated successfully, but these errors were encountered:
complete
Sorry, something went wrong.
No branches or pull requests
hudi中主键配置是支持复合主键的,目前TIS中只支持表拥有唯一主键(这样的要求是不合理的),需要在TIS控制台中允许用户选择复合主键的场景
需要支持Hudicomplexkeygenerator 这种分区策略以支持“ 大洲/国家/城市”,此分区是对应 数据表上 是三个字段https://hudi.apache.org/docs/key_generation#complexkeygenerator
The text was updated successfully, but these errors were encountered: