XuQianJin-Stars commented on issue #4604: URL: https://github.com/apache/hudi/issues/4604#issuecomment-1016230161
hi @andykrk Take a look at your table information, use the `desc` command in spark sql, eg: spark-sql> desc test_hudi_table; ```54810 [main] INFO org.apache.spark.sql.catalyst.expressions.codegen.CodeGenerator - Code generated in 12.172538 ms _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 id int NULL name string NULL price double NULL ts bigint NULL dt string NULL # Partition Information # col_name data_type comment dt string NULL Time taken: 0.071 seconds, Fetched 13 row(s) ``` -- 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]
