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

[GLUTEN-8080][CH]Support function transform_keys/transform_values #8085

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

taiyang-li
Copy link
Contributor

@taiyang-li taiyang-li commented Nov 28, 2024

What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

(Fixes: #8080 #8081)

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)

@github-actions github-actions bot added CORE works for Gluten Core VELOX CLICKHOUSE labels Nov 28, 2024
Copy link

#8080

Copy link

Run Gluten Clickhouse CI on x86

Copy link

Run Gluten Clickhouse CI on x86

@github-actions github-actions bot removed the VELOX label Nov 29, 2024
Copy link

Run Gluten Clickhouse CI on x86

@taiyang-li
Copy link
Contributor Author

The four exlucded tests are added because of exception checkings in spark-ut, which is hard to implement in C++.

.exclude("transform keys function - primitive data types")
.exclude("transform keys function - Invalid lambda functions and exceptions")
.exclude("transform values function - test primitive data types")
.exclude("transform values function - test empty")

@taiyang-li taiyang-li requested review from zzcclp and removed request for zzcclp November 29, 2024 06:27
@taiyang-li taiyang-li removed the request for review from marin-ma November 29, 2024 09:46
Copy link

Run Gluten Clickhouse CI on x86

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.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLICKHOUSE CORE works for Gluten Core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CH] support TransformKeys
2 participants