josephglanville commented on issue #10229: URL: https://github.com/apache/druid/issues/10229#issuecomment-667806461
Unfortunately my JS/TS-fu is pretty limited so I can't work out how to reasonably do a byte literal comparison so I propose just changing the tested prefix to `Obj` which doesn't conflict with any existing formats supported and omitting the OCF version number from the test. Will open a PR for this change. Also I looked into why there appeared to be missing data. Turns out it's not quite missing but rather format detection is applied after sending the data to the sampler API and is performed on the response. The sampler uses an inputFormat to parse the data into rows so even the "raw" data is inappropriate for format detection. ---------------------------------------------------------------- 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]
