-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Enhancement] add information_schema.table_properties #38745 #38746
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
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
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.
clang-tidy made some suggestions
TPC-H: Total hot run time: 41911 ms |
TPC-DS: Total hot run time: 168548 ms |
ClickBench: Total hot run time: 30.36 s |
| // to use the prepareCall statement to execute, otherwise the Statemnt of the returned result executes Finalize. | ||
| // Send EOF Packet will report an error; | ||
| // 2. The format of the result returned by Doris Statement is xxxx\n, xxxx\n, 2 rows affected (0.03 sec). | ||
| // PL-SQL uses Print to print variable values in an unformatted format, and JDBC cannot easily obtain them. Real results. |
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.
This comment should be removed
regression-test/suites/query_p0/system/test_table_properties.groovy
Outdated
Show resolved
Hide resolved
|
1 column order should be |
|
Please add doc in apache/doris-websites. |
dd1919f to
ae81d0a
Compare
|
run buildall |
thanks for the review. i have taken care all the comments. |
ae81d0a to
f403cbf
Compare
dataroaring
left a comment
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
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 41965 ms |
TPC-DS: Total hot run time: 170316 ms |
ClickBench: Total hot run time: 30.52 s |
f403cbf to
7b55e2a
Compare
|
run buildall |
TPC-H: Total hot run time: 39633 ms |
TPC-DS: Total hot run time: 201740 ms |
ClickBench: Total hot run time: 30.24 s |
|
@Vallishp please resolve conflict. |
9739fb9 to
f23c7e4
Compare
f23c7e4 to
a681a95
Compare
|
run buildall |
TPC-H: Total hot run time: 40337 ms |
TPC-DS: Total hot run time: 191288 ms |
ClickBench: Total hot run time: 30.54 s |
wangbo
left a comment
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
|
PR approved by at least one committer and no changes requested. |
…pache#38746) ## Proposed changes Issue Number: close apache#38745 added table_properties schema table, with displaying property info in multiple rows.  few more modifications. 1) properties removed from table_options. 2) table options schema order changed starting from TABLE_CATALOG,TABLE_SCHEMA,TABLE_NAME ...
## Proposed changes Issue Number: close #38745 added table_properties schema table, with displaying property info in multiple rows.  few more modifications. 1) properties removed from table_options. 2) table options schema order changed starting from TABLE_CATALOG,TABLE_SCHEMA,TABLE_NAME ...
…pache#38746) Issue Number: close apache#38745 added table_properties schema table, with displaying property info in multiple rows.  few more modifications. 1) properties removed from table_options. 2) table options schema order changed starting from TABLE_CATALOG,TABLE_SCHEMA,TABLE_NAME ...
…pache#38746) Issue Number: close apache#38745 added table_properties schema table, with displaying property info in multiple rows.  few more modifications. 1) properties removed from table_options. 2) table options schema order changed starting from TABLE_CATALOG,TABLE_SCHEMA,TABLE_NAME ...
…pache#38746) Issue Number: close apache#38745 added table_properties schema table, with displaying property info in multiple rows.  few more modifications. 1) properties removed from table_options. 2) table options schema order changed starting from TABLE_CATALOG,TABLE_SCHEMA,TABLE_NAME ...
…pache#38746) Issue Number: close apache#38745 added table_properties schema table, with displaying property info in multiple rows.  few more modifications. 1) properties removed from table_options. 2) table options schema order changed starting from TABLE_CATALOG,TABLE_SCHEMA,TABLE_NAME ...
Proposed changes
Issue Number: close #38745
added table_properties schema table, with displaying property info in multiple rows.
few more modifications.