vinothchandar commented on a change in pull request #657: [HUDI-57] support orc
file
URL: https://github.com/apache/incubator-hudi/pull/657#discussion_r280093434
##########
File path:
hoodie-client/src/main/java/com/uber/hoodie/io/HoodieMergeHandle.java
##########
@@ -129,8 +130,15 @@ private void init(String fileId, String partitionPath,
Optional<HoodieDataFile>
writeStatus.getStat().setFileId(fileId);
writeStatus.getStat().setPaths(new Path(config.getBasePath()),
newFilePath, tempPath);
// Create the writer for writing the new version file
- storageWriter = HoodieStorageWriterFactory
- .getStorageWriter(commitTime, getStorageWriterPath(), hoodieTable,
config, writerSchema);
+ String type = config.getFileType();
Review comment:
same here
----------------------------------------------------------------
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]
With regards,
Apache Git Services