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:13:25 UTC

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

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

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