Skip to content

Oracle NVARCHAR type and "Data Frame Type Mapping" #505

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

Open
cjbj opened this issue Jun 13, 2025 · 3 comments
Open

Oracle NVARCHAR type and "Data Frame Type Mapping" #505

cjbj opened this issue Jun 13, 2025 · 3 comments
Labels
enhancement New feature or request patch available

Comments

@cjbj
Copy link
Member

cjbj commented Jun 13, 2025

Discussed in #504

Originally posted by DATA2PLAYvf June 13, 2025
Hello,

I saw the new functionality "Data Frame Type Mapping". The documentation mention that oracledb.DB_TYPE_NVARCHAR have no mapping with Arrow.
In my cases, all my datasets have this type. Bad luck !

Is it a limit due to arrow ? Is it an oracledb limitation that will be considered soon ?

Thanks !

Vincent

@anthony-tuininga
Copy link
Member

I have pushed a patch that should add this support and have initated a build from which you can download pre-built development wheels once it completes. You can also build from source if you prefer. If you can test your scenario and confirm the patch works as expected, that would be appreciated!

@DATA2PLAYvf
Copy link

Yes, it works , and the gain in RAM consumption and duration with odf is amazing !!

Can you confirm that infer_schema_length= is no longer needed, I think that odf has all real properties.

Thanks, and thanks again ;-)

@anthony-tuininga
Copy link
Member

You're very welcome! I am not familiar with infer_schema_length but perhaps @aosingh might know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request patch available
Projects
None yet
Development

No branches or pull requests

3 participants