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
由于用户源端使用了分库分表策略,而主键选用自增INT,导致逻辑表中的主键由重复,所以在导入下游doris库中,需要将主键废弃,转而使用其他列,组成复合主键,但是现在SinkTabPropsExtends 模块中,主键候选列不支持 使用 非主键的列。
需要修改主键候选列的生成规则,默认主键候选列需要变成,该表的所有列供用户选择即可
The text was updated successfully, but these errors were encountered:
SinkTabPropsExtends 主键候选列修改 datavane/tis#235
0af429a
No branches or pull requests
由于用户源端使用了分库分表策略,而主键选用自增INT,导致逻辑表中的主键由重复,所以在导入下游doris库中,需要将主键废弃,转而使用其他列,组成复合主键,但是现在SinkTabPropsExtends 模块中,主键候选列不支持 使用 非主键的列。
需要修改主键候选列的生成规则,默认主键候选列需要变成,该表的所有列供用户选择即可
The text was updated successfully, but these errors were encountered: