davidradl commented on code in PR #27389:
URL: https://github.com/apache/flink/pull/27389#discussion_r2676144852


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/TableImpl.java:
##########
@@ -428,8 +432,9 @@ public TablePipeline insertInto(String tablePath, boolean 
overwrite) {
                 tableEnvironment.getParser().parseIdentifier(tablePath);
         ObjectIdentifier objectIdentifier =
                 
tableEnvironment.getCatalogManager().qualifyIdentifier(unresolvedIdentifier);
+        Set<TableWritePrivilege> privileges = 
Sets.newHashSet(TableWritePrivilege.INSERT);

Review Comment:
   this needs to have junit tests added to drive the new code paths 



-- 
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]

Reply via email to