Skip to content

Conversation

@xiaochen-zhou
Copy link
Contributor

Purpose of this pull request

Support TableSourceFactory on StarRocks

Does this PR introduce any user-facing change?

no

How was this patch tested?

add test

Check list

@hailin0
Copy link
Member

hailin0 commented Mar 12, 2024

image image

@xiaochen-zhou
Copy link
Contributor Author

image image

done, please recheck at your convenience.

Comment on lines +96 to 100
public static final Option<Map<String, String>> STARROCKS_SCAN_CONFIG_PREFIX =
Options.key("scan.params.")
.stringType()
.type(new TypeReference<Map<String, String>>() {})
.noDefaultValue()
.withDescription("The parameter of the scan data from be");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change this? I think we should add test case for this type config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants