kishoreg commented on issue #8027: URL: https://github.com/apache/pinot/issues/8027#issuecomment-1013502408
@abhs50 The problem with TextInputFormat is that the reader only providers line number and byte[]. That byte[] can be JSON, CSV, etc, and depends on the program that generated this file. So we still need a deserializer that provides more information on how to deserialize the byte[] into a Pinot GenericRow Do you know whats the underlying format in your case? -- 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]
