rajagopr commented on code in PR #11540:
URL: https://github.com/apache/pinot/pull/11540#discussion_r1322285330
##########
pinot-plugins/pinot-input-format/pinot-csv/src/test/java/org/apache/pinot/plugin/inputformat/csv/CSVRecordReaderTest.java:
##########
@@ -112,20 +112,6 @@ protected void checkValue(RecordReader recordReader,
List<Map<String, Object>> e
Assert.assertFalse(recordReader.hasNext());
}
- @Test
- public void testInvalidDelimiterInHeader() {
Review Comment:
When the set delimiter is different from the actual delimiter the entire
line is read as a single column.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]