-
Notifications
You must be signed in to change notification settings - Fork 276
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
cherry-pick fix bvt test #16579
cherry-pick fix bvt test #16579
Conversation
fix bvt test Approved by: @aressu1985
add bvt test for tpch Approved by: @heni02
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Review 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #16300
What this PR does / why we need it:
cherry-pick fix bvt test
PR Type
Tests
Description
lower_case_table_names
variable checks and settings from DDL test cases.CREATE TABLE
andSELECT
statements to lowercase in DDL test cases.Changes walkthrough 📝
00_COUNT.result
Add validation queries for TPCH tables count results
test/distributed/cases/benchmark/tpch/04_CLEANUP/00_COUNT.result
SELECT COUNT(*)
queries for various tables in thetpch
schema.
00_COUNT.sql
Add validation queries for TPCH tables count
test/distributed/cases/benchmark/tpch/04_CLEANUP/00_COUNT.sql
SELECT COUNT(*)
queries for various tables in thetpch
schema.
create_table_as_select.result
Remove lower_case_table_names settings and adjust column names
test/distributed/cases/ddl/create_table_as_select.result
lower_case_table_names
variable checks and settings.CREATE TABLE
andSELECT
statements tolowercase.
create_table_as_select.sql
Remove lower_case_table_names settings
test/distributed/cases/ddl/create_table_as_select.sql
lower_case_table_names
variable checks and settings.