You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/01/07 10:21:48 UTC

[GitHub] [dolphinscheduler] tangchunbo commented on a change in pull request #7875: [BUG-7732][fix] fix column 'is_directory' of table t_ds_resources typ…

tangchunbo commented on a change in pull request #7875:
URL: https://github.com/apache/dolphinscheduler/pull/7875#discussion_r780171293



##########
File path: pom.xml
##########
@@ -60,7 +60,7 @@
         <hadoop.version>2.7.3</hadoop.version>
         <quartz.version>2.3.2</quartz.version>
         <jackson.version>2.10.5</jackson.version>
-        <mybatis-plus.version>3.2.0</mybatis-plus.version>
+        <mybatis-plus.version>3.4.0</mybatis-plus.version>

Review comment:
       sorry about that, i choose the way of adding a typeHandler to fix issue #7732 . but due to the mybatis-plus [BUG](https://github.com/baomidou/mybatis-plus/issues/2550), it failed in the maven test. so i update a oldest version that works.




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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