Uh oh!
There was an error while loading. Please reload this page.
[Enhancement] add information_schema.table_properties #38745 (#38746) - #39886
Merged
Conversation
doris-robot
commented
Aug 24, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
morningmanforce-pushed
the
table_properties
branch
from
August 24, 2024 15:08
21da261 to
5f2a661Compare| {"PROPERTY_VALUE", TYPE_STRING, sizeof(StringRef), true}, | ||
| }; | ||
| SchemaTablePropertiesScanner::SchemaTablePropertiesScanner() |
Contributor
There was a problem hiding this comment.
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> |
Contributor
There was a problem hiding this comment.
warning: 'gen_cpp/FrontendService_types.h' file not found [clang-diagnostic-error]
#include<gen_cpp/FrontendService_types.h>
^morningmanforce-pushed
the
table_properties
branch
from
August 24, 2024 15:15
5f2a661 to
de65eecComparemorningman
commented
Aug 24, 2024
ContributorAuthor
run buildall |
…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 ...
morningmanforce-pushed
the
table_properties
branch
from
August 26, 2024 04:57
de65eec to
b190b05Comparemorningman
commented
Aug 26, 2024
ContributorAuthor
run buildall |
morningman
commented
Aug 26, 2024
ContributorAuthor
run buildall |
morningman
commented
Aug 26, 2024
ContributorAuthor
run buildall |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bp #38746