-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Query bytea type result error #53
Comments
The issue occurs in both the FDW and executor hook. I suspect there's an issue with connection::create_arrow. It can query correctly with |
Hi @philippemnoel I would like to look into this |
All yours :) Thank you for looking into it! |
Hi, I think it's about the difference of duckdb and postgres hex representation. https://www.postgresql.org/docs/current/datatype-binary.html |
That is a possibility, pg might be using the escape format which is causing all the problem. But before that I'd like to finish investigating from my side too |
Hi @kysshsy can you please attach the paraquet file here, if possible? |
test_arrow_types.parquet.zip |
Yep seems like this is the actual problem. Will raise a PR as soon as I come up with a possible fix. |
Thank you :) |
Hi @destrex271. Any update on this? |
Nope not any as of now, I think it's better if someone else picks it up for now |
Thank you! |
What happens?
I am developing quals push-down feature and have found that the query result is abnormal
To Reproduce
OS:
x86
ParadeDB Version:
0.8.6.
Are you using ParadeDB Docker, Helm, or the extension(s) standalone?
ParadeDB pg_lakehouse Extension
Full Name:
kyss
Affiliation:
NA
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include the code required to reproduce the issue?
Did you include all relevant configurations (e.g., CPU architecture, PostgreSQL version, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: