Open lucharo opened 3 years ago
Hi @lucharo ! Thanks also for this issue. Do you maybe have an example file for me to try out? I am not really an expert in ORC files, but I do not see a reason why it should not work (other than a bug), so this is definitely a valid bug report. I will try to set up some test setup by myself, but that might take a while.
(Of course I would be very happy to hear about your wrapper ;-))
Sorry, one additional question: which version of dask-sql are you using?
Hello @nils-braun, thanks for the swift reply :) I am running dask-sql 0.3.6
installed via pip. Let me try if I can create a toy ORC file example and send it over to you!
@lucharo - did you succeed in creating a test OCR file?
Unable to load ORC table with varchar columns even though varchar is supported (or that's my understanding from here). The table I am trying to read is in
ORC
format and the query I am trying to write is simply aselect * from table
kind of query. I am using apyhive
cursor to read the data and I am able to read text tables in the HDFS but I am struggling with ORC tables. Find below the full stack:Note: I am using a wrapper I have written around
dask-sql