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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]