zeevm commented on issue #1270:
URL: https://github.com/apache/arrow-rs/issues/1270#issuecomment-1030575351


   @alamb @tustvold My use case is a proprietary analytical DB engine, it has 
its' own proprietary storage format but also allows running queries against 
external formats like Parquet.
   
   As it already has a highly optimized scan capability of dictionary encoded 
data, all I want is for it to have access to the raw Parquet dictionary.
   
   I don't want to take a dependency on Arrow array for that as I'm not using 
Arrow at all, I don't deserialize Parquet into Arrow since the engine I'm 
working on has its' own in-memory representation (I don't even build Arrow with 
Parquet)


-- 
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