mtzcsc opened a new issue, #11831: URL: https://github.com/apache/hudi/issues/11831
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** A clear and concise description of the problem. **To Reproduce** Steps to reproduce the behavior: 1.CREATE TABLE t10( id int, num int, ts int, primary key (id) not enforced ) PARTITIONED BY (num) with( 'connector'='hudi', 'path' = 'hdfs://192.168.144.131:9000/hudi/t10', 'table.type'='COPY_ON_WRITE', 'hive_sync.enable'='true', 'hive_sync.table'='h10', 'hive_sync.db'='hudi', 'hive_sync.mode' = 'hms', 'hive_sync.metastore.uris' = 'thrift://192.168.144.131:9083' );insert into t10 values(1,1,1); 2. 3. 4. **Expected behavior** 1.通过flinksql创建hudi表并且同步到hive **Environment Description** * Hudi version :0.13.1 * Spark version : * Hive version :3.1.3 * Hadoop version :3.3.6 * Storage (HDFS/S3/GCS..) : * Running on Docker? (yes/no) :no **Additional context** Add any other context about the problem here. **Stacktrace** [flink-root-standalonesession-15-localhost.localdomain.log](https://github.com/user-attachments/files/16755357/flink-root-standalonesession-15-localhost.localdomain.log) -- 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]
