slfan1989 commented on PR #5996:
URL: https://github.com/apache/hive/pull/5996#issuecomment-3123832590

   @ayushtkn We are currently working internally to migrate legacy Hive tables 
to Apache Iceberg in order to leverage its advantages in modern data lake 
architectures.
   
   Iceberg offers a number of key features, including:
   
   - Stronger predicate pushdown for improved query performance
   - Efficient metadata operations and snapshot isolation
   - Native support for time travel and incremental reads
   - Configurable Parquet compression strategies for better storage efficiency
   
   As part of this effort, I would like to contribute an improvement to the 
Hive community: upgrading all unit tests in the iceberg module from JUnit 4 to 
JUnit 5. JUnit 5 provides a more modern testing model, better extensibility, 
and improved compatibility with future JDK versions, which will enhance the 
maintainability and long-term evolution of the module.
   
   Could you please review this PR? Thank you very much!


-- 
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: gitbox-unsubscr...@hive.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to