Riza Suminto has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/21302 )

Change subject: IMPALA-13005: Create Query Live table in HMS
......................................................................


Patch Set 2:

(4 comments)

http://gerrit.cloudera.org:8080/#/c/21302/2/be/src/service/workload-management.cc
File be/src/service/workload-management.cc:

http://gerrit.cloudera.org:8080/#/c/21302/2/be/src/service/workload-management.cc@116
PS2, Line 116: field.db_column
Is this the reason why TQueryTableColumn values all changed to lowercase?
All enum values in common/thrift/ are upper case. Can we keep them uppercase 
and only lowercase them as needed using std::to_string() and std::tolower()?


http://gerrit.cloudera.org:8080/#/c/21302/2/common/thrift/SystemTables.thrift
File common/thrift/SystemTables.thrift:

http://gerrit.cloudera.org:8080/#/c/21302/2/common/thrift/SystemTables.thrift@23
PS2, Line 23: cluster_id = 0
            :     query_id
Assign ordinal number for other values?


http://gerrit.cloudera.org:8080/#/c/21302/2/fe/src/main/java/org/apache/impala/analysis/SystemTableRef.java
File fe/src/main/java/org/apache/impala/analysis/SystemTableRef.java:

http://gerrit.cloudera.org:8080/#/c/21302/2/fe/src/main/java/org/apache/impala/analysis/SystemTableRef.java@25
PS2, Line 25:  * TableRef class for system tables.
Comment what can and can not be done with SystemTableRef, such as "COMPUTE 
STATS".


http://gerrit.cloudera.org:8080/#/c/21302/2/fe/src/main/java/org/apache/impala/catalog/SystemTable.java
File fe/src/main/java/org/apache/impala/catalog/SystemTable.java:

http://gerrit.cloudera.org:8080/#/c/21302/2/fe/src/main/java/org/apache/impala/catalog/SystemTable.java@59
PS2, Line 59: public static final String TBL_PROP_SYSTEM_TABLE = 
"__IMPALA_SYSTEM_TABLE";
Do we have common place to put all table properties that only understood by 
Impala?



--
To view, visit http://gerrit.cloudera.org:8080/21302
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Idf302ee54a819fdee2db0ae582a5eeddffe4a5b4
Gerrit-Change-Number: 21302
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Smith <michael.sm...@cloudera.com>
Gerrit-Reviewer: Andrew Sherman <asher...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Jason Fehr <jf...@cloudera.com>
Gerrit-Reviewer: Michael Smith <michael.sm...@cloudera.com>
Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com>
Gerrit-Comment-Date: Wed, 17 Apr 2024 19:45:44 +0000
Gerrit-HasComments: Yes

Reply via email to