wuchong commented on a change in pull request #16631:
URL: https://github.com/apache/flink/pull/16631#discussion_r678865862
##########
File path:
flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/table/RowDataKinesisDeserializationSchema.java
##########
@@ -27,7 +27,7 @@
import org.apache.flink.table.data.RowData;
import org.apache.flink.table.data.StringData;
import org.apache.flink.table.data.TimestampData;
-import org.apache.flink.table.data.utils.JoinedRowData;
+import org.apache.flink.table.data.JoinedRowData;
Review comment:
Personally, I don't suggest to move package.
1) I believe there are some external connectors are aready using it and this
will break them.
2) It was moved from `org.apache.flink.table.data` to
`org.apache.flink.table.data.utils` in
https://github.com/apache/flink/pull/13770#discussion_r518802767.
--
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]