You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2020/10/12 00:39:00 UTC

[jira] [Created] (IMPALA-10231) Expose db and key properties of HdfsTable in JSON format

Quanlong Huang created IMPALA-10231:
---------------------------------------

             Summary: Expose db and key properties of HdfsTable in JSON format
                 Key: IMPALA-10231
                 URL: https://issues.apache.org/jira/browse/IMPALA-10231
             Project: IMPALA
          Issue Type: Sub-task
            Reporter: Quanlong Huang
            Assignee: Quanlong Huang


As the first step of IMPALA-10168, we can expose db and key properties of HdfsTable for our urgent needs in adding tests forĀ IMPALA-10075.

The key properties of table include:
 * names (db_name, tbl_name)
 * load_status
 * access_level
 * columns
 * clustering_columns
 * table_type
 * hdfs_table
 ** hdfsBaseDir
 ** colNames
 ** partitions
 *** partition_name
 *** Delimiters
 *** fileFormat
 *** blockSize
 *** *partition id*
 *** stats
 *** is_marked_cached
 *** hms_parameters
 *** write_id
 ** prototype_partition

IMPALA-10075 only requires exposing partition ids. But it's good to also expose some easy and important fields as listed above.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org