Fetching CLOB via fetch_df_all raises DPY-3030 but it's documented as supported #585
mauropagano
started this conversation in
General
Replies: 2 comments 1 reply
-
|
It should work. Some related tests are test test_8019, test_8053 and test_8054 in tests/test_8000_dataframe.py. Can you open an issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks Chris, that's what I remembered. Btw I omitted one bit and that's what causes it, apologies about it. Want me to file or is this not supported? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure this is really an issue vs me forgetting what works and what doesn't but I seem to be stuck.
As per docs, CLOBs should be converted to
LARGE_STRINGin ArrowWhen fetching from a table with CLOB though a very fatal
oracledb.exceptions.NotSupportedError: DPY-3030: conversion from Oracle Database type DB_TYPE_CLOB to Apache Arrow format is not supportedis raised.Should fetching CLOBs work?
Beta Was this translation helpful? Give feedback.
All reactions