You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by GitBox <gi...@apache.org> on 2020/09/30 18:22:27 UTC

[GitHub] [parquet-mr] anantdamle opened a new pull request #821: PARQUET-1883 Interpret deprecated INT96 as LocalDateTime in Avro conversion

anantdamle opened a new pull request #821:
URL: https://github.com/apache/parquet-mr/pull/821


   https://issues.apache.org/jira/browse/PARQUET-1883
   
   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [ ] My PR addresses the following [Parquet Jira](https://issues.apache.org/jira/browse/PARQUET-1883) issues and references them in the PR title. For example, "PARQUET-1234: My Parquet PR"
   
   ### Tests
   
   - [ ] My PR adds the following unit tests 
          TestAvroSchemaConverter.java
          Updated: TestAvroConverters.java
   
   ### Commits
   
   - [ ] My commits all reference Jira issues in their subject lines. In addition, my commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)":
     1. Subject is separated from body by a blank line
     1. Subject is limited to 50 characters (not including Jira issue reference)
     1. Subject does not end with a period
     1. Subject uses the imperative mood ("add", not "adding")
     1. Body wraps at 72 characters
     1. Body explains "what" and "why", not "how"
   
   ### Documentation
   
   - [ ] In case of new functionality, my PR adds documentation that describes how to use it.
     - All the public functions and the classes in the PR contain Javadoc that explain what it 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.

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



[GitHub] [parquet-mr] anantdamle closed pull request #821: PARQUET-1883 Interpret deprecated INT96 as FIXED[12] in Avro conversion

Posted by GitBox <gi...@apache.org>.
anantdamle closed pull request #821:
URL: https://github.com/apache/parquet-mr/pull/821


   


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

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



[GitHub] [parquet-mr] anantdamle commented on pull request #821: PARQUET-1883 Interpret deprecated INT96 as LocalDateTime in Avro conversion

Posted by GitBox <gi...@apache.org>.
anantdamle commented on pull request #821:
URL: https://github.com/apache/parquet-mr/pull/821#issuecomment-710758060


   Hi team,
   How should I proceed? We have many old Parquet files still using INT96, this patch will at least help in reading those files using ParquertIO.readers in Apache Beam.


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

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