josephglanville commented on pull request #10232:
URL: https://github.com/apache/druid/pull/10232#issuecomment-673265507


   @gianm @vogievetsky part of the problem is the sampler API doesn't actually 
ever return the actual raw data.
   It returns 2 different types of data currently, "raw" and parsed.
   Raw in this case is actually the result of calling toMap() on the reader, 
which for the default inputFormat/inputReader used for detection is `csv`.
   So while it works for now (after switching from `parsed` to `raw`) that is 
rather janky.


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to