pacman82 commented on issue #2984:
URL: https://github.com/apache/arrow-rs/issues/2984#issuecomment-1297408481

   Hello @tustvold ,
   
   so I tried to make the changes to `odbc2parquet`, yet now I am again unsure, 
if there is an issue with the `parquet` crates itself. So it turns out I 
actually messed up the second bullet point you presented (instead of the third, 
like I previously stated).
   
   > The timeunit is milliseconds but being written as Int64
   
   After trying to fix that, by using `INT32` as the Physical type instead, my 
code now "raises" an error right after I call `build` on the 
`primitive_type_builder`.
   
   ```
   General("Cannot annotate Timestamp { is_adjusted_to_u_t_c: false, unit: 
MILLIS(MilliSeconds) } from INT32 for field 'l'")
   ```
   
   Sorry if I just do not get something. Any help is appreciated.
   
   Best, Markus


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