arina-ielchiieva commented on a change in pull request #1726: DRILL-7143:
Support default value for empty columns
URL: https://github.com/apache/drill/pull/1726#discussion_r272833439
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/text/TextFormatPlugin.java
##########
@@ -237,6 +238,12 @@ protected FileScanBuilder frameworkBuilder(
builder.setOutputSchema(scan.getSchema());
+ // CSV maps blank columns to to nulls (for nullable non-string columns),
Review comment:
Please remove extra `to`.
----------------------------------------------------------------
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