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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]