-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Enhancement] add information_schema.table_properties #38745 (#38746) #39886
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. |
21da261 to
5f2a661
Compare
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
| {"PROPERTY_VALUE", TYPE_STRING, sizeof(StringRef), true}, | ||
| }; | ||
|
|
||
| SchemaTablePropertiesScanner::SchemaTablePropertiesScanner() |
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.
warning: use '= default' to define a trivial default constructor [modernize-use-equals-default]
be/src/exec/schema_scanner/schema_table_properties_scanner.cpp:38:
- : SchemaScanner(_s_tbls_columns, TSchemaTableType::SCH_TABLE_PROPERTIES) {}
+ : SchemaScanner(_s_tbls_columns, TSchemaTableType::SCH_TABLE_PROPERTIES) = default;| // under the License. | ||
|
|
||
| #pragma once | ||
| #include <gen_cpp/FrontendService_types.h> |
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.
warning: 'gen_cpp/FrontendService_types.h' file not found [clang-diagnostic-error]
#include <gen_cpp/FrontendService_types.h>
^5f2a661 to
de65eec
Compare
|
run buildall |
…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 ...
de65eec to
b190b05
Compare
|
run buildall |
|
run buildall |
|
run buildall |
bp #38746