You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[KYUUBI apache#4372] Support to return null value for OperationsResource rowset
### _Why are the changes needed?_
With restful api, for query `select cast(null as int) c1`
#### Before
the result is `0`
#### After
the result is `null`.
### _How was this patch tested?_
- [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
Closesapache#4372 from turboFei/null_value.
Closesapache#4372b15f1eb [fwang12] nit
5f16855 [fwang12] fix
45c60dd [fwang12] check is set
Authored-by: fwang12 <[email protected]>
Signed-off-by: fwang12 <[email protected]>
0 commit comments