Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Flink SQL task Insert op 'd' data on lake storage model NullPointerException #299

Open
2 tasks done
1272870698 opened this issue Jan 2, 2025 · 0 comments
Open
2 tasks done
Labels
feature New feature or request

Comments

@1272870698
Copy link

Search before asking

  • I searched in the issues and found nothing similar.

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':

7f073dba6580fe05bbe3d9ed9415a2a6
0ba56d8baeba76d09f650050bb69bf16

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
89d94317d886b5707d2a69c6cfe85a24
d55e1358c412eb05b4bc733dc5ac46c1

fadcfb1cc86f9219c1cc424429a12ac4

This led to an error in obtaining bucket related information in figure 2

Willingness to contribute

  • I'm willing to submit a PR!
@1272870698 1272870698 added the feature New feature or request label Jan 2, 2025
@1272870698 1272870698 changed the title [Feature] Flink SQL task Insert op 'd' data on lake storage model NullPointerException [bug] Flink SQL task Insert op 'd' data on lake storage model NullPointerException Jan 2, 2025
@1272870698 1272870698 changed the title [bug] Flink SQL task Insert op 'd' data on lake storage model NullPointerException [Bug] Flink SQL task Insert op 'd' data on lake storage model NullPointerException Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant