You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/06 14:31:08 UTC

[GitHub] [arrow-rs] pacman82 commented on issue #3017: Converted type is None according to Parquet Tools then utilizing logical types

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

   Hi thanks for investigating this, so in context of the steps to reproduce you think the bug lies with `parquet-tools` ? I mean could be. However here is the output `parquet-tools` (the one installed via pip) gives me **if** I set the converted type instead of the logical type in code:
   
   ```
   created_by: parquet-rs version 26.0.0
   num_columns: 1
   num_rows: 4
   num_row_groups: 1
   format_version: 1.0
   serialized_size: 134
   
   
   ############ Columns ############
   col1
   
   ############ Column(col1) ############
   name: col1
   path: col1
   max_definition_level: 0
   max_repetition_level: 0
   physical_type: INT64
   logical_type: Timestamp(isAdjustedToUTC=true, timeUnit=microseconds, is_from_converted_type=true, force_set_converted_type=false)
   converted_type (legacy): TIMESTAMP_MICROS
   compression: UNCOMPRESSED (space_saved: 0%)
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org