[Enhancement] add information_schema.table_properties #38745#38746
[Enhancement] add information_schema.table_properties #38745#38746yiguolei merged 1 commit intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
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.
This comment should be removed
|
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
|
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 |
|
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.