morningman commented on code in PR #19911: URL: https://github.com/apache/doris/pull/19911#discussion_r1199871959
########## docs/zh-CN/docs/lakehouse/multi-catalog/faq.md: ########## @@ -110,3 +110,6 @@ under the License. ``` 'fs.defaultFS' = 'hdfs://<your_nameservice_or_actually_HDFS_IP_and_port>' ``` +12. 在hive上可以查到hudi表分区字段的值,但是在doris查不到。 + + 通过Flink Datastram方式写入HUDI时,需要在hudi表结构的avsc里添加上分区字段,仅配置hoodie.datasource.hive_sync.partition_fields时,hudi能够自定生成分区字段,但doris里无法获取到。 Review Comment: Please add a example of `avsc` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org