You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/09/12 19:20:44 UTC

[GitHub] [druid] vogievetsky opened a new pull request, #13077: Web console: better detection for arrays containing objects

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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] vogievetsky merged pull request #13077: Web console: better detection for arrays containing objects

Posted by GitBox <gi...@apache.org>.
vogievetsky merged PR #13077:
URL: https://github.com/apache/druid/pull/13077


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org