You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/04/25 17:21:39 UTC

[GitHub] [hive] hemanthboyina opened a new pull request, #3243: HIVE-26173 upgrade derby to 10.14.2.0

hemanthboyina opened a new pull request, #3243:
URL: https://github.com/apache/hive/pull/3243

   What changes were proposed in this pull request?
   Upgrading derby version to the latest
   
   Why are the changes needed?
   It will fix the CVEs
   
   Does this PR introduce any user-facing change?
   No
   
   How was this patch tested?
   Manual 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.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

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


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


[GitHub] [hive] zabetak commented on a diff in pull request #3243: HIVE-26173 upgrade derby to 10.14.2.0

Posted by GitBox <gi...@apache.org>.
zabetak commented on code in PR #3243:
URL: https://github.com/apache/hive/pull/3243#discussion_r870477354


##########
pom.xml:
##########
@@ -124,7 +124,7 @@
     <commons-math3.version>3.6.1</commons-math3.version>
     <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
     <commons-text.version>1.8</commons-text.version>
-    <derby.version>10.14.1.0</derby.version>
+    <derby.version>10.14.2.0</derby.version>

Review Comment:
   There are more places where the derby.version is used. Please replace those as well.



-- 
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-unsubscribe@hive.apache.org

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


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


[GitHub] [hive] zabetak closed pull request #3243: HIVE-26173 upgrade derby to 10.14.2.0

Posted by GitBox <gi...@apache.org>.
zabetak closed pull request #3243: HIVE-26173 upgrade derby to 10.14.2.0
URL: https://github.com/apache/hive/pull/3243


-- 
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-unsubscribe@hive.apache.org

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


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


[GitHub] [hive] hemanthboyina commented on a diff in pull request #3243: HIVE-26173 upgrade derby to 10.14.2.0

Posted by GitBox <gi...@apache.org>.
hemanthboyina commented on code in PR #3243:
URL: https://github.com/apache/hive/pull/3243#discussion_r873952776


##########
pom.xml:
##########
@@ -124,7 +124,7 @@
     <commons-math3.version>3.6.1</commons-math3.version>
     <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
     <commons-text.version>1.8</commons-text.version>
-    <derby.version>10.14.1.0</derby.version>
+    <derby.version>10.14.2.0</derby.version>

Review Comment:
   thanks for the review @zabetak , updated the derby version in standalone metastore
   i think rest of the pom.xml are reading derby version from these two places only



-- 
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-unsubscribe@hive.apache.org

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


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