pvillard31 commented on a change in pull request #3570: Fix for NIFI-6422
URL: https://github.com/apache/nifi/pull/3570#discussion_r329622790
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery/BigQueryUtils.java
 ##########
 @@ -33,44 +34,79 @@
  * Util class for schema manipulation
  */
 public class BigQueryUtils {
+    /**
+     * Exception thrown when a given type can't be transformed into a valid 
BigQuery type.
+     *
+     */
+    public static class BadTypeNameException extends RuntimeException {
 
 Review comment:
   can we extend ``ProcessException`` instead?

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


With regards,
Apache Git Services

Reply via email to