Jackie-Jiang commented on issue #4085: Native support for delimiter in FieldSpec URL: https://github.com/apache/incubator-pinot/issues/4085#issuecomment-480446387 The 'delimiter' should not be provided by the schema, because schema is for Pinot segment, not for the original data file. The delimiter should be provided by the record reader config instead. For example, you can config custom delimiter using CSVRecordReaderConfig for CSV files.
---------------------------------------------------------------- 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]
