andykrk commented on issue #4604:
URL: https://github.com/apache/hudi/issues/4604#issuecomment-1016347338


   hello @XuQianJin-Stars,
   
   please find output of desc command:
   
   ```
   +----------------------+--------------+-------+
   |col_name              |data_type     |comment|
   +----------------------+--------------+-------+
   |_hoodie_commit_time   |string        |null   |
   |_hoodie_commit_seqno |string        |null   |
   |_hoodie_record_key       |string        |null   |
   |_hoodie_partition_path  |string        |null   |
   |_hoodie_file_name         |string        |null   |
   |col56                 |string        |null   |
   |col57                 |string        |null   |
   |col58                 |string        |null   |
   |col59                 |string        |null   |
   |col60                 |string        |null   |
   |col61                 |string        |null   |
   |col62                 |string        |null   |
   |col63                 |string        |null   |
   |col64                 |string        |null   |
   |col65                 |string        |null   |
   |col66                 |string        |null   |
   |col67                 |string        |null   |
   |col68                 |string        |null   |
   |col69                 |string        |null   |
   |col70                 |string        |null   |
   |col71                 |string        |null   |
   |col72                 |decimal(38,18)|null   |
   |col73                 |string        |null   |
   |col74                 |string        |null   |
   |col75                 |decimal(38,18)|null   |
   |col76                 |string        |null   |
   |col77                 |decimal(38,18)|null   |
   |col78                 |string        |null   |
   |col79                 |string        |null   |
   |col80                 |string        |null   |
   |col81                 |string        |null   |
   |col82                 |string        |null   |
   |col83                 |string        |null   |
   |col84                 |string        |null   |
   |col85                 |string        |null   |
   |col86                 |string        |null   |
   |col87                 |string        |null   |
   |col88                 |string        |null   |
   |col89                 |string        |null   |
   |col90                 |string        |null   |
   |col91                 |string        |null   |
   |col92                 |string        |null   |
   |col93                 |string        |null   |
   |col94                 |string        |null   |
   |col95                 |string        |null   |
   |col96                 |string        |null   |
   |col97                 |string        |null   |
   |col98                 |string        |null   |
   |col1                   |string        |null   |
   |col99                 |timestamp     |null   |
   +----------------------+--------------+-------+
   ```
   
   And here's the output from hoodie.properties:
   
   ```
   #Updated at 1642166009566
   #Fri Jan 14 13:13:29 UTC 2022
   hoodie.table.partition.fields=partitionpath
   hoodie.table.type=COPY_ON_WRITE
   hoodie.archivelog.folder=archived
   hoodie.timeline.layout.version=1
   hoodie.table.version=3
   hoodie.table.recordkey.fields=col1
   hoodie.table.base.file.format=PARQUET
   hoodie.datasource.write.partitionpath.urlencode=false
   
hoodie.table.keygenerator.class=org.apache.hudi.keygen.NonpartitionedKeyGenerator
   hoodie.table.name=targetschema.target_table
   hoodie.datasource.write.hive_style_partitioning=false
   ```
   
   Just a note:
   I see that the table.version is 3. I have tried my testing both with hudi 
0.9.0 and hudi 0.10.0


-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to