piyushdubey commented on issue #40655:
URL: https://github.com/apache/arrow/issues/40655#issuecomment-2005645188

   > How was the file written?
   > 
   > It's quite possible this is an [Arrow 
stream](https://arrow.apache.org/docs/format/Columnar.html#ipc-streaming-format)
 (which doesn't have the magic) and not an [Arrow 
file](https://arrow.apache.org/docs/format/Columnar.html#ipc-file-format).
   
   That's what I suspect. 
   
   I reading Parquet File from a Delta Table containing a single column of type 
Decimal. Transformed Parquet column to a generic column which I pass to  the 
record batch
   
   The Writer doesn't throw any exception but the reader does.


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