turcsanyip commented on a change in pull request #3570: Fix for NIFI-6422 URL: https://github.com/apache/nifi/pull/3570#discussion_r300369083
########## File path: nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery/BadTypeNameException.java ########## @@ -0,0 +1,30 @@ +package org.apache.nifi.processors.gcp.bigquery; + +/** + * Exception thrown when a given type can't be transformed into a valid BigQuery type. + * @author nicolas-delsaux Review comment: We do not use @author. ---------------------------------------------------------------- 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
