prashantwason commented on a change in pull request #1687:
URL: https://github.com/apache/hudi/pull/1687#discussion_r444654900
##########
File path: hudi-client/src/main/java/org/apache/hudi/io/HoodieWriteHandle.java
##########
@@ -180,4 +183,10 @@ protected int getStageId() {
protected long getAttemptId() {
return sparkTaskContextSupplier.getAttemptIdSupplier().get();
}
+
+ protected HoodieFileWriter getNewFileWriter(String instantTime, Path path,
HoodieTable<T> hoodieTable,
+ HoodieWriteConfig config, Schema
schema,
+ SparkTaskContextSupplier
sparkTaskContextSupplier) throws IOException {
+ return HoodieFileWriterFactory.getFileWriter(instantTime, path,
hoodieTable, config, schema, sparkTaskContextSupplier);
Review comment:
Done
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]