bhushanamk commented on issue #2258:
URL: https://github.com/apache/hudi/issues/2258#issuecomment-729426423
<pre>
presto:smart_api> describe cities;
Column | Type | Extra | Comment
------------------------+---------------+---------------+---------
_hoodie_commit_time | varchar | |
_hoodie_commit_seqno | varchar | |
_hoodie_record_key | varchar | |
_hoodie_partition_path | varchar | |
_hoodie_file_name | varchar | |
cdc_ts | varchar | |
id | bigint | |
name | varchar | |
code | varchar | |
alias | varchar | |
lat | decimal(10,4) | |
lng | decimal(10,4) | |
is_active | boolean | |
created_by | bigint | |
updated_by | bigint | |
op | varchar | |
state_id | bigint | partition key |
(17 rows)
Query 20201118_050841_00010_27sh4, FINISHED, 3 nodes
Splits: 36 total, 36 done (100.00%)
0:00 [17 rows, 1.19KB] [62 rows/s, 4.37KB/s]
<pre>
----------------------------------------------------------------
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]