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-7850][VL] native writer support CreateHiveTableAsSelectCommand #7851

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yikf
Copy link
Contributor

@yikf yikf commented Nov 7, 2024

What changes were proposed in this pull request?

#7850

How was this patch tested?

unit tests

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

github-actions bot commented Nov 7, 2024

#7850

@yikf
Copy link
Contributor Author

yikf commented Nov 7, 2024

cc @jackylee-ch

Copy link

github-actions bot commented Nov 7, 2024

Run Gluten Clickhouse CI on x86

@@ -176,4 +176,13 @@ class VeloxParquetWriteForHiveSuite extends GlutenQueryTest with SQLTestUtils {
checkAnswer(sql("SELECT * FROM t"), Row(1))
}
}

test("native writer support CreateHiveTableAsSelectCommand") {
withTable("t", "t2") {
Copy link
Contributor

Choose a reason for hiding this comment

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

t2 is not used in the test, it should be removed.
BTW, create table stored as orc should also be needed in this test.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed, this VeloxParquetWriteForHiveSuite suite is specifically for Parquet, and the code paths for ORC and Parquet are consistent.

@yikf yikf force-pushed the CreateHiveTableAsSelectCommand branch from 780e8f4 to e5c7f1c Compare November 7, 2024 12:43
Copy link

github-actions bot commented Nov 7, 2024

Run Gluten Clickhouse CI on x86

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

Successfully merging this pull request may close these issues.

2 participants