wangyum opened a new pull request #24166: [SPARK-27226][SQL] Reduce the code 
duplicate when upgrading built-in Hive
URL: https://github.com/apache/spark/pull/24166
 
 
   ## What changes were proposed in this pull request?
   
   This pr is used to reduce the code duplication when upgrading the built-in 
Hive:
   
   1. Add wrapper for 
`org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch`.
   2. Move some serializer/deserializer method out of `OrcDeserializer` and 
`OrcSerializer`.
   3. Add a trait for `OrcFilters`.
   4. defined two type aliases for `Operator` and `SearchArgument `.
   
   
   ## How was this patch tested?
   
   existing 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