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

Can't write to a table with DECIMAL(38,0) field. #127

Open
denizsurmeli opened this issue Dec 7, 2022 · 3 comments
Open

Can't write to a table with DECIMAL(38,0) field. #127

denizsurmeli opened this issue Dec 7, 2022 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@denizsurmeli
Copy link

denizsurmeli commented Dec 7, 2022

I have a column with type DECIMAL(38,0, but when I try to start ingestion I get the following error:

Ingest service exited with error DeltaWriteFailed { ending_offsets: "{\"0\":4999}", partition_counts: "{\"0\":5000}", source: Arrow { source: JsonError("Decimal(38, 0) type is not supported") } }

I believe this is a compatibility issue with the www.github.com/delta-io/delta-rs, a help would be appreciated. I am ready to provide more information.

Thanks in advance !

@houqp
Copy link
Member

houqp commented Dec 30, 2022

most likely a missing feature in arrow::ArrowWriter, we might just have to upgrade arrow.

@rtyler
Copy link
Member

rtyler commented May 19, 2023

@denizsurmeli I am quite certain that this bug is fixed now with the current code in main. I will probably close this ticket when I write a regression test that covers this case

@rtyler
Copy link
Member

rtyler commented Dec 18, 2023

@denizsurmeli 👋 hiya we just merged an upgrade to deltalake 0.16.5 and I'm extra certain that this bug should be fixed now, but haven't had the time to write a regression test for it. Would it be possible for you to test your workload again?

@rtyler rtyler added bug Something isn't working help wanted Extra attention is needed labels Dec 18, 2023
@rtyler rtyler added this to the kafka-delta-ingest 0.2 release milestone Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants