You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/01/09 00:47:03 UTC

[GitHub] [druid] jihoonson opened a new issue #9156: CSV and TSV complains about missing findColumnsFromHeader or hasHeaderRow which are optional

jihoonson opened a new issue #9156: CSV and TSV complains about missing findColumnsFromHeader or hasHeaderRow which are optional
URL: https://github.com/apache/druid/issues/9156
 
 
   ### Affected Version
   
   0.17.0 branch
   
   ### Description
   
   Here's the stack trace.
   
   ```
   org.apache.druid.java.util.common.IAE: At least one of [Property{name='hasHeaderRow', value=null}, Property{name='findColumnsFromHeader', value=null}] must be present
   
   	at org.apache.druid.indexer.Checks.checkOneNotNullOrEmpty(Checks.java:44)
   	at org.apache.druid.data.input.impl.DelimitedInputFormat.<init>(DelimitedInputFormat.java:100)
   	at org.apache.druid.data.input.impl.CsvInputFormat.<init>(CsvInputFormat.java:39)
   ```
   
   `findColumnsFromHeader` should be `false` by default if both are not set.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] jihoonson closed issue #9156: CSV and TSV complains about missing findColumnsFromHeader or hasHeaderRow which are optional

Posted by GitBox <gi...@apache.org>.
jihoonson closed issue #9156: CSV and TSV complains about missing findColumnsFromHeader or hasHeaderRow which are optional
URL: https://github.com/apache/druid/issues/9156
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] jon-wei commented on issue #9156: CSV and TSV complains about missing findColumnsFromHeader or hasHeaderRow which are optional

Posted by GitBox <gi...@apache.org>.
jon-wei commented on issue #9156: CSV and TSV complains about missing findColumnsFromHeader or hasHeaderRow which are optional
URL: https://github.com/apache/druid/issues/9156#issuecomment-575858650
 
 
   Fixed by #9199

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org