arina-ielchiieva commented on a change in pull request #1836: DRILL-7156:
Support empty Parquet files creation
URL: https://github.com/apache/drill/pull/1836#discussion_r313800742
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetRecordWriter.java
##########
@@ -486,11 +467,54 @@ public void abort() throws IOException {
@Override
public void cleanup() throws IOException {
- flush();
+ flush(true);
codecFactory.release();
}
+ private void createParquetFileWriter() throws IOException {
+ assert parquetFileWriter == null;
Review comment:
Please remove, there is no need for this check.
----------------------------------------------------------------
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