[Bug] Flink SQL task Insert op 'd' data on lake storage model NullPointerException #299
Open
2 tasks done
Labels
feature
New feature or request
Search before asking
Motivation
Fluss table properties :
WITH ( 'bootstrap.servers' = '10.255.48.33:9123', 'bucket.key' = 'sale_ordr_doc,goods_code,line_item,lotn', 'bucket.num' = '4', 'table.datalake.enabled' = 'true', 'table.auto-partition.enabled' = 'true', 'table.auto-partition.time-unit' = 'day' )
Writing data in debezium-json format in Kafka to Fluss through Flink SQL, a NullPointerException occurred when encountering delete data with op ='d':
Solution
No response
Anything else?
Tracking found that setting the row parameter to null when processing Delete data caused this error:
The specific code is shown in the figure
This led to an error in obtaining bucket related information in figure 2
Willingness to contribute
The text was updated successfully, but these errors were encountered: