linkedin / openhouse

Open Control Plane for Tables in Data Lakehouse
https://www.openhousedb.org/
BSD 2-Clause "Simplified" License
294 stars 50 forks source link

Gradle 7 upgrade for openhouse oss repo #124

Closed abhisheknath2011 closed 2 months ago

abhisheknath2011 commented 3 months ago

Summary

This PR performs gradle7 upgrade for the repo. The upgrade is done from gradle 6.9 to 7.6.

Here are the main changes in this PR.

Changes

For all the boxes checked, please include additional details of the changes made in this pull request.

Testing Done

Ensured that the artifacts produced after the upgrade remains the same and there is no significant increase in size.

Before upgrade:

anath1@anath1-mn1 openhouse % ls -lrt build/openhouse-java-runtime/libs 
total 81168
-rw-r--r--  1 anath1  101  20766490 Jul 26 12:06 openhouse-java-runtime.jar

anath1@anath1-mn1 openhouse % ls -lrt build/openhouse-spark-runtime_2.12/libs                       
total 81872
-rw-r--r--  1 anath1  101  20931634 Jul 26 12:06 openhouse-spark-runtime_2.12.jar

anath1@anath1-mn1 openhouse % ls -lrt build/tables/libs 
total 561632
-rw-r--r--  1 anath1  101  143504765 Jul 26 12:03 tables.jar
-rw-r--r--  1 anath1  101     214866 Jul 26 12:03 tables-lib.jar

anath1@anath1-mn1 openhouse % ls -lrt build/openhouse-spark-apps_2.12/libs 
total 776136
-rw-r--r--  1 anath1  101     106777 Jul 26 12:06 openhouse-spark-apps_2.12.jar
-rw-r--r--  1 anath1  101  198548473 Jul 26 12:08 openhouse-spark-apps_2.12-uber.jar

After upgrade:

anath1@anath1-mn1 openhouse % ls -lrt build/openhouse-java-runtime/libs                                              
total 41512
-rw-r--r--  1 anath1  101  21093437 Aug  2 10:19 openhouse-java-runtime-uber.jar
-rw-r--r--  1 anath1  101     39568 Aug  2 10:29 openhouse-java-runtime.jar
anath1@anath1-mn1 openhouse % ls -lrt build/openhouse-spark-runtime_2.12/libs                                        
total 43872
-rw-r--r--  1 anath1  101  21258607 Aug  2 10:20 openhouse-spark-runtime_2.12-uber.jar
-rw-r--r--  1 anath1  101    166197 Aug  2 10:21 openhouse-spark-runtime_2.12.jar
anath1@anath1-mn1 openhouse % ls -lrt build/tables/libs 
total 281080
-rw-r--r--  1 anath1  101     214411 Aug  2 10:17 tables-lib.jar
-rw-r--r--  1 anath1  101  143694207 Aug  2 10:26 tables.jar
anath1@anath1-mn1 openhouse % ls -lrt build/openhouse-spark-apps_2.12/libs    
total 426216
-rw-r--r--  1 anath1  101     105922 Aug  2 10:20 openhouse-spark-apps_2.12.jar
-rw-r--r--  1 anath1  101  201369249 Aug  2 10:21 openhouse-spark-apps_2.12-uber.jar

For all the boxes checked, include a detailed description of the testing done for the changes made in this pull request.

Additional Information

For all the boxes checked, include additional details of the changes made in this pull request.