clintropolis opened a new pull request, #12785:
URL: https://github.com/apache/druid/pull/12785
This only impacts the sampler, which uses the output of this `toMap` method
on avro/orc/parquet to convert the data to plain JSON via the flatteners to use
as inline JSON data for subsequent sampler calls, and not actual data ingested,
which uses the actual readers of the input format.
The added `toMap` test fails with:
```
java.lang.AssertionError: expected null, but was:<{}>
```
prior to this PR.
--
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]