Skip to content
New issue

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

[CH] Issue 5018 #5019

Merged
merged 4 commits into from
Mar 27, 2024
Merged

[CH] Issue 5018 #5019

merged 4 commits into from
Mar 27, 2024

Conversation

binmahone
Copy link
Contributor

What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

(Fixes: #5018)

How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

Copy link

Run Gluten Clickhouse CI

@binmahone binmahone marked this pull request as draft March 19, 2024 09:22
@binmahone
Copy link
Contributor Author

This PR is is blocked by #4676, needs its bug fix

primaryKeyOption,
partitionColumns,
ConverterUtils.convertNamedStructJson(tableSchema),
clickhouseTableConfigs,
dataSchema
tableSchema.toAttributes // use table schema instead of data schema
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@zzcclp , pay attention to this

Copy link
Contributor

Choose a reason for hiding this comment

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

does it make sure that the dataSchema is the same as the tableSchema, especially the nullable property?
If yes, can remove the dataSchema parameter.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, done

@zzcclp zzcclp requested a review from liuneng1994 March 19, 2024 09:48
@FelixYBW FelixYBW changed the title Issue 5018 [CH] Issue 5018 Mar 20, 2024
basically works, dealing with nullable

nullable/not-null ok

remove unneceesary change

fix compile
Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

@binmahone binmahone marked this pull request as ready for review March 26, 2024 03:16
Copy link
Contributor

@zzcclp zzcclp left a comment

Choose a reason for hiding this comment

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

LGTM.
Please update the PR title.

@binmahone binmahone merged commit 9725971 into apache:main Mar 27, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CH] basically support set/bloomfilter/minmax index for clickhouse tables
2 participants