unable to read data from oracle catalog via trino #6542
-
We are using trino as our backend.
This throws an error:
Note: This works fine for hdfs and object storage catalogs |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Hi @vmsaipreeth -- sorry to hear you are having trouble. We will be in a much better position to help you with these issues if you can provide reproducible examples. At the very least, we will require a representative example and the full traceback that is associated with that error. |
Beta Was this translation helpful? Give feedback.
-
This was a bug in parsing trino types. We hadn't implemented parsing for the all the types it supports. Addressed in #6658 |
Beta Was this translation helpful? Give feedback.
-
Hi there! So, we upgraded ibis to We are now able to read oracle catalogs via trino 👍🏼. Below code which uses
However, we noticed that the reading time as increased. Below are few metrics: Time for reading Table A from object storage: 3.6 secs Time for reading Table B from object storage: 1.8 secs is there anyway that we can reduce the reading time for oracle catalogs that you would suggest? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
This was a bug in parsing trino types. We hadn't implemented parsing for the all the types it supports.
Addressed in #6658