You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@bahir.apache.org by GitBox <gi...@apache.org> on 2022/07/17 15:29:25 UTC

[GitHub] [bahir-flink] eskabetxe commented on pull request #151: [BAHIR-308] Bump flink to 1.15

eskabetxe commented on PR #151:
URL: https://github.com/apache/bahir-flink/pull/151#issuecomment-1186547902

   @collabH could you help here..
   on kudu, in the KuduDynamicTableSource
       @Override
       public void applyProjection(int[][] projectedFields) {
           // parser projectFields
           this.physicalSchema = TableSchemaUtils.projectSchema(this.physicalSchema, projectedFields);
           this.projectedFields = physicalSchema.getFieldNames();
       }
   
   the TableSchemaUtils.projectSchema no more exists on 1.15..
   could you check please


-- 
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: reviews-unsubscribe@bahir.apache.org

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