Uh oh!
There was an error while loading. Please reload this page.
[Enhancement] add information_schema.table_properties #38745 - #38746
Conversation
doris-robot
commented
Aug 1, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Vallishp
commented
Aug 1, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Aug 1, 2024
TPC-H: Total hot run time: 41911 ms |
doris-robot
commented
Aug 1, 2024
TPC-DS: Total hot run time: 168548 ms |
doris-robot
commented
Aug 1, 2024
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. |
Uh oh!
There was an error while loading. Please reload this page.
1 column order should be |
dataroaring
commented
Aug 2, 2024
Please add doc in apache/doris-websites. |
Vallishp
commented
Aug 2, 2024
run buildall |
Vallishp
commented
Aug 2, 2024
thanks for the review. i have taken care all the comments. |
dataroaring
commented
Aug 4, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Aug 4, 2024
TPC-H: Total hot run time: 41965 ms |
doris-robot
commented
Aug 4, 2024
TPC-DS: Total hot run time: 170316 ms |
doris-robot
commented
Aug 4, 2024
ClickBench: Total hot run time: 30.52 s |
Vallishp
commented
Aug 4, 2024
run buildall |
doris-robot
commented
Aug 10, 2024
TPC-DS: Total hot run time: 201740 ms |
doris-robot
commented
Aug 10, 2024
ClickBench: Total hot run time: 30.24 s |
wangbo
commented
Aug 13, 2024
@Vallishp please resolve conflict. |
9739fb9 to
f23c7e4Comparef23c7e4 to
a681a95CompareVallishp
commented
Aug 13, 2024
run buildall |
doris-robot
commented
Aug 13, 2024
TPC-H: Total hot run time: 40337 ms |
doris-robot
commented
Aug 13, 2024
TPC-DS: Total hot run time: 191288 ms |
doris-robot
commented
Aug 13, 2024
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: closeapache#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: closeapache#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: closeapache#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: closeapache#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: closeapache#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) ## Proposed changes Issue Number: closeapache#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.