Riza Suminto created IMPALA-13135:
-------------------------------------
Summary: Unify TBLPROPERTIES keys known by Impala in one place
Key: IMPALA-13135
URL: https://issues.apache.org/jira/browse/IMPALA-13135
Project: IMPALA
Issue Type: Improvement
Components: Frontend
Reporter: Riza Suminto
Impala defines, populate, and process several TBLPROPERTIES through Frontend
and Backend code. In Frontend code, the property keys are scattered, usually
with prefix TBL_PROP_*. In Backend code, there is a [code in
workload-management.cc|https://github.com/apache/impala/blob/880690c7bd46e6af058d8a669bea41af4a131049/be/src/service/workload-management.cc#L152]
that set table properties for query log table.
Putting all of those TBLPROPERTIES key in single common place, such as a thrift
definition, will help developer in documenting and tracing how Impala set and
process tables with certain properties.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)