flydreamwangping commented on issue #5123:
URL: https://github.com/apache/paimon/issues/5123#issuecomment-3741646805
I have encountered this problem in CDH 6.3.2
<img width="1001" height="616" alt="Image"
src="https://github.com/user-attachments/assets/6cea715b-16ec-487b-8484-fbafcc787d45"
/>
<img width="2026" height="831" alt="Image"
src="https://github.com/user-attachments/assets/6562a39a-5f2f-448f-90ac-3e2fb6e37f90"
/>
```SQL
CREATE TABLE `test_log`(
`log_id` string COMMENT 'from deserializer',
`event_time` timestamp COMMENT 'from deserializer',
`user_id` string COMMENT 'from deserializer',
`action` string COMMENT 'from deserializer',
`details` string COMMENT 'from deserializer',
`pt` string COMMENT 'from deserializer')
ROW FORMAT SERDE
'org.apache.paimon.hive.PaimonSerDe'
STORED BY
'org.apache.paimon.hive.PaimonStorageHandler'
LOCATION
'hdfs://nameservice1/user/paimon/warehouse/paimon_db.db/test_log'
TBLPROPERTIES (
'bucket-key'='log_id',
'file.format'='parquet',
'last_modified_by'='admin',
'last_modified_time'='1768273391',
'owner'='admin',
'partition'='pt',
'primary-key'='log_id,pt',
'table_type'='PAIMON',
'transient_lastDdlTime'='1768273391');
insert into test_log values ('sync_test_1x22','2025-01-12
12:00:00','sync_user_xx012','test','d1','20250112')
```
--
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]