Aitozi commented on code in PR #21522:
URL: https://github.com/apache/flink/pull/21522#discussion_r1134309529


##########
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/HiveSourceBuilder.java:
##########
@@ -281,12 +278,12 @@ public HiveSourceBuilder setLimit(Long limit) {
     }
 
     /**
-     * Sets the indices of projected fields.
+     * Sets the new produced type.
      *
-     * @param projectedFields indices of the fields, starting from 0
+     * @param producedType the new produced type.
      */
-    public HiveSourceBuilder setProjectedFields(int[] projectedFields) {

Review Comment:
   Reverted



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to