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: COPY TO Parser error: can't parse the string value 0.0 to decimal #3089

Open
talagluck opened this issue Jul 16, 2024 · 0 comments
Open
Labels
bug 🐛 Something isn't working

Comments

@talagluck
Copy link
Contributor

Description

When attempting to use COPY TO from Snowflake to Delta table, I hit the following error:

DataFusionErrorException: External error: Arrow error: Parser error: can't parse the string value 0.0 to decimal

The query:

con.sql(
"""
copy
(select * from my_snowflake.public.nyc_tree_data)
to
'file:///Users/talgluck/Documents/glaredb/videos/delta_lake/ok'
format delta
"""
)

I've tried this with two different Snowflake tables and get the same issue (these are the two tables in our SANDBOX Snowflakedb in the public schema).

@talagluck talagluck added the bug 🐛 Something isn't working label Jul 16, 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
Projects
None yet
Development

No branches or pull requests

1 participant