-
Notifications
You must be signed in to change notification settings - Fork 16
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
delta_scan cannot read from delta tables starting with uppercase letter. #7
Comments
Update: It works if I put a slash after the table name, e.g.
I have tried making the unit tests fail in delta-kernel-rs by making the the delta tables upper-case, but no issue there (or I'm not proficient enough in Rust). For the record - the name of the delta table itself (on disk) doesn't matter, but if the delta table specified in the query is capitalized it fails. |
Great, thank you! |
Should be fixed now, please let me know if it isn't! |
Platform: MacOS ARM64
DuckDB version: 0.10.3
Trying to read a delta tabel with capital letter results in error:
It works fine with the following delta table names:
The text was updated successfully, but these errors were encountered: