ulysses-you commented on PR #6017:
URL: https://github.com/apache/kyuubi/pull/6017#issuecomment-1911270389
Maybe we can make the syntax support nested statement. e.g.,
```
OBSERVE(a, sum(c1)) (
select c1, count(*) from (
OBSERVE(b, count(1)) (
select * from t1 join t2
)
)
)
```
The difference with hint is that, we can change it's output.
--
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]