vogievetsky opened a new pull request, #13077:
URL: https://github.com/apache/druid/pull/13077

   Right now, if you ingest data with a column that has arrays with nested 
objects in them the console will generate a silly seed query (it erroneously 
thinks that `array = mv`).
   
   Example data:
   
   ```
   {"name":"Alice","likes":[{"type":"Dogs"},{"type":"JavaScript"}]}
   {"name":"Bob","likes":[{"type":"Cats"},{"type":"Java"}]}
   ```
   
   Before:
   
   <img width="1071" alt="image" 
src="https://user-images.githubusercontent.com/177816/189736943-c0c2e7f7-a5cf-45f0-b5ce-713c7f01fa8d.png";>
   
   After:
   
   <img width="815" alt="image" 
src="https://user-images.githubusercontent.com/177816/189737845-41807f55-827a-40d4-bfd3-6af574ff2a1e.png";>
   
   


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

Reply via email to