wirybeaver opened a new issue, #10981:
URL: https://github.com/apache/pinot/issues/10981

   json_extract_scala times out even though the returned number of rows is only 
1.
   
   ```
   SELECT json_extract_scalar(direct_tags, '$.root_workflow[0].tag_value', 
'STRING')
   FROM foo
   where event_time=1687826999657
   ```
   
   Directly poll the column works.
   ```
   SELECT direct_tags
   FROM foo
   where event_time=1687826999657
   ```
   The result below
   
{"parent_workflow":[{"tag_attribute":"direct","tag_value":"XXX"}],"root_workflow":[{"tag_attribute":"direct","tag_value":"YYY"}],"workflow":[{"tag_attribute":"direct","tag_value":"ZZZ"}],"workflow_type":[{"tag_attribute":"direct","tag_value":"UUU"}]}


-- 
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-unsubscr...@pinot.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to