[
https://issues.apache.org/jira/browse/DRILL-8165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508751#comment-17508751
]
ASF GitHub Bot commented on DRILL-8165:
---------------------------------------
cgivre commented on a change in pull request #2497:
URL: https://github.com/apache/drill/pull/2497#discussion_r829955636
##########
File path:
metastore/rdbms-metastore/src/main/java/org/apache/drill/metastore/rdbms/RdbmsMetastore.java
##########
@@ -117,6 +117,8 @@ private HikariDataSource dataSource(DrillConfig config) {
private void initTables(DataSource dataSource) {
try (Connection connection = dataSource.getConnection()) {
JdbcConnection jdbcConnection = new JdbcConnection(connection);
+ // TODO It is recommended to use the new function if the following issue
is resolved.
+ // https://github.com/liquibase/liquibase/issues/2349
Review comment:
@luocooong Thanks for this. Would you mind creating a JIRA issue for
this and listing it in the comments?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Upgrade liquibase because of CVE-2022-0839
> ------------------------------------------
>
> Key: DRILL-8165
> URL: https://issues.apache.org/jira/browse/DRILL-8165
> Project: Apache Drill
> Issue Type: Task
> Affects Versions: 1.20.0
> Reporter: Cong Luo
> Priority: Major
>
> Before upgrading to the recommended version 4.8, should note that :
> What is the difference between 3.8 and 4.8?
> [https://github.com/liquibase/liquibase/releases]
> Which code files should be updated?
> *_org.apache.drill.metastore.rdbms.RdbmsMetastore_*
--
This message was sent by Atlassian Jira
(v8.20.1#820001)