You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/19 16:44:10 UTC

[GitHub] [spark] MaxGekk opened a new pull request #24417: [SPARK-27522][SQL][TEST] Test migration from INT96 to TIMESTAMP_MICROS for timestamps in parquet

MaxGekk opened a new pull request #24417: [SPARK-27522][SQL][TEST] Test migration from INT96 to TIMESTAMP_MICROS for timestamps in parquet
URL: https://github.com/apache/spark/pull/24417
 
 
   ## What changes were proposed in this pull request?
   
   Added tests to check migration from `INT96` to `TIMESTAMP_MICROS` (`INT64`) for timestamps in parquet files. In particular:
   - Append `TIMESTAMP_MICROS` timestamps to **existing parquet** files with `INT96` timestamps
   - Append `TIMESTAMP_MICROS` timestamps to a table with `INT96` timestamps
   - Append `INT96` to `TIMESTAMP_MICROS` timestamps in **parquet files**
   - Append `INT96` to `TIMESTAMP_MICROS` timestamps in a **table**
   
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org