wangyum opened a new pull request #24345: [SPARK-27441][SQL][TEST] Add 
read/write tests to Hive serde tables
URL: https://github.com/apache/spark/pull/24345
 
 
   ## What changes were proposed in this pull request?
   
   The versions between Hive, Parquet and ORC after the built-in Hive upgraded 
to 2.3.4 for Hadoop 3.2:
   
   - built-in Hive is 1.2.1.spark2:
   
     | ORC | Parquet
   -- | -- | --
   Spark datasource table | 1.5.5 | 1.10.1
   Spark hive table | Hive built-in | 1.6.0
   Apache Hive 1.2.1 | Hive built-in | 1.6.0
   
   - built-in Hive is 2.3.4:
   
     | ORC | Parquet
   -- | -- | --
   Spark datasource table | 1.5.5 | 1.10.1
   Spark hive table | 1.5.5 | 1.8.1
   Apache Hive 2.3.4 | 1.3.3 | 1.8.1
   
   
   We should add a test for Hive Serde table. This pr adds tests to test 
read/write of all supported data types using Parquet and ORC.
   
   ## How was this patch tested?
   
   unit tests
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to