You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/09/15 13:03:50 UTC

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5388: NIFI-9192: ResultSetRecordSet considers value of useLogicalTypes flag…

exceptionfactory commented on a change in pull request #5388:
URL: https://github.com/apache/nifi/pull/5388#discussion_r709161399



##########
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:
       This is minor, but is there a reason for naming this method `getUseLogicalTypes()` as opposed to the more conventional `isUseLogicalTypes()` for `boolean` properties?




-- 
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: issues-unsubscribe@nifi.apache.org

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