0.9.2b1
Pre-release
Pre-release
What's Changed
Added
- Enhancement: Support
JOIN
afterUNION
operation. - Add SCQL Agent to facilitate running SCQL query tasks in Kuscia, making it easier to integrate into SecretPad.
- [feat] write query result into multi-parties via "select ... into outfile" statement by @ancongxue in #391 co-authored-by @jingshi-ant
- Support datasource
ODPS
via integrating with dataproxy. - Support
order by
by @fucangfy . - Support a lot of single-party operators, such as
ABS
,ASIN
,EXP
,FLOOR
,SQRT
etc by @fucangfy . - Support "postgres" and "postgresql" in kuscia datamesh by @tyrone-yu in #424
Changed
- Improve the
JOIN
andIN
performance via integrating RR22 PSI by @tyrone-yu . - Improve the aggregation with group by performance if
reveal_group_count
enabled by @tyrone-yu.
Fixed
- Fixed an occasional crash issue when canceling query job.
- Fixed
select now()
is not supported issue by @fucangfy . - Fix compile erorr without
-c opt
option by @tongke6 in #389 - fix macos engine ut by @jingshi-ant in #407
- Bump golang.org/x/net from 0.26.0 to 0.33.0 by @tongke6 in #425
- avoid mix usage of uint64_t and size_t by @jingshi-ant in #423
New Contributors
- @ancongxue made their first contribution in #391
Full Changelog: 0.9.1b1...0.9.2b1