Hi, I have to run CTAS on a tsv file which might in some cases be empty . In those cases its giving NPE.
java.sql.SQLException: SYSTEM ERROR: NullPointerException Fragment 0:0 [Error Id: 4aa5a127-b2dd-41a0-ac49-fc2058e9564f on 192.168.0.104:31010] at org.apache.drill.jdbc.impl.DrillCursor.nextRowInternally( DrillCursor.java:214) at org.apache.drill.jdbc.impl.DrillCursor.loadInitialSchema( DrillCursor.java:257) saw *similar bug post : https://issues.apache.org/jira/browse/DRILL-3539 <https://issues.apache.org/jira/browse/DRILL-3539>* Can anyone help with the fix or some workaround ? Any lead will be appreciated . Thanks, Chandan -- Chandan Prakash
