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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
