pgyori commented on a change in pull request #5388:
URL: https://github.com/apache/nifi/pull/5388#discussion_r709172676
##########
File path:
nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/src/main/java/org/apache/nifi/util/db/JdbcCommon.java
##########
@@ -189,6 +189,10 @@ public int getDefaultScale() {
return defaultScale;
}
+ public boolean getUseLogicalTypes() {
Review comment:
I was just following the convention of creating a getter for the
useLogicalTypes field. But it makes sense to call it isUseLogicalTypes(), so
I'll rename.
--
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]