granthenke commented on a change in pull request #3387: NIFI-6009 ScanKudu
Processor & KuduPut Processor Delete Operation
URL: https://github.com/apache/nifi/pull/3387#discussion_r273567588
##########
File path:
nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-client-service-api/src/main/java/org/apache/nifi/kudu/OperationType.java
##########
@@ -15,10 +15,11 @@
* limitations under the License.
*/
-package org.apache.nifi.processors.kudu;
+package org.apache.nifi.kudu;
public enum OperationType {
INSERT,
INSERT_IGNORE,
- UPSERT;
+ UPSERT,
Review comment:
What about `UPDATE` operations?
----------------------------------------------------------------
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