-
Notifications
You must be signed in to change notification settings - Fork 383
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
[#2034] Improvement (trino-connector): Add datatype , catalog test cases for the Trino connector #2036
Conversation
Add postgresql catalog for tcpds testset increase trino jvm heap size
Make TrinoQueryIT only run basic testset and tcph testset
Add help message for TrinoQueryTestTool
@yuqi1129 can you please review this? |
|
||
INSERT: 1 row | ||
|
||
"Sample text 1","Text1 ","65","123.456","7.89","12.34","false","1","100","1000","1000","100000","2024-01-01","2024-01-01 08:00:00.000" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The field f2 is defined as CHAR(20)
, so it is filled with spaces if the input is shorter than 20 characters.”
Others seem to be okay with me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What changes were proposed in this pull request?
Add datatype , catalog test cases for the Trino connector
Why are the changes needed?
Issue: #2034
Does this PR introduce any user-facing change?
NO
How was this patch tested?
TriniQueryIT