joewitt commented on code in PR #9171:
URL: https://github.com/apache/nifi/pull/9171#discussion_r1713057514
##########
nifi-extension-bundles/nifi-extension-utils/nifi-database-utils/src/main/java/org/apache/nifi/util/db/JdbcCommon.java:
##########
@@ -122,6 +122,8 @@ public class JdbcCommon {
public static final Pattern LONG_PATTERN =
Pattern.compile("^-?\\d{1,19}$");
public static final Pattern SQL_TYPE_ATTRIBUTE_PATTERN =
Pattern.compile("sql\\.args\\.(\\d+)\\.type");
+
+ public static final Pattern JDBC_ARRAY_ELEMENT_CLASS_TYPE_PATTERN =
Pattern.compile("JavaType\\(class (.*)\\) ARRAY");
Review Comment:
is this JDBC utility change necessary for the provenance change being
proposed in this PR?
--
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]