bhushanamk commented on issue #2258:
URL: https://github.com/apache/hudi/issues/2258#issuecomment-729420144


   hive> describe cities;
   OK
   _hoodie_commit_time     string
   _hoodie_commit_seqno    string
   _hoodie_record_key      string
   _hoodie_partition_path  string
   _hoodie_file_name       string
   cdc_ts                  string
   id                      bigint
   name                    string
   code                    string
   alias                   string
   lat                     decimal(10,4)
   lng                     decimal(10,4)
   is_active               boolean
   created_by              bigint
   updated_by              bigint
   op                      string
   state_id                bigint
   
   # Partition Information
   # col_name              data_type               comment
   
   state_id                bigint
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to