arthurpassos commented on PR #35825:
URL: https://github.com/apache/arrow/pull/35825#issuecomment-1679044030

   > I don't think we have any low-level API other than 
`parquet::arrow::FileReader` to read parquet files into arrow::RecordBatch. 
CMIW, those examples you mentioned above seems are reading from Arrow IPC 
files. @arthurpassos
   
   The way it works now is: parquet format -> arrow format -> clickhouse 
format. I was thinking we could remove the arrow part by directly converting 
from parquet format to clickhouse format with the lower level APIs, just not 
sure it's possible. Hence the question


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to