LadyForest commented on code in PR #119:
URL: https://github.com/apache/flink-table-store/pull/119#discussion_r876857463
##########
flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/sink/StoreSinkWriter.java:
##########
@@ -94,8 +94,9 @@ private RecordWriter getWriter(BinaryRowData partition, int
bucket) {
k ->
overwrite
? fileStoreWrite.createEmptyWriter(
- partition, bucket, compactExecutor)
- : fileStoreWrite.createWriter(partition,
bucket, compactExecutor));
+ partition.copy(), bucket,
compactExecutor)
Review Comment:
> Is this an existing bug in the previous version, right ?
Yes, at that moment, FLINK-27652 is still not merged; the formal PR will
rebase the latest master branch.
--
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]