kyuubi/extensions
liangbowen 2b394c2d4e
[KYUUBI #4047] [Authz] Unit test of row filter for MergeIntoIcebergTable of Iceberg command
### _Why are the changes needed?_

add unit test of row filter for MergeIntoIcebergTable of Iceberg catalog.

### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4047 from bowenliang123/iceberg-rowfilter-ut.

Closes #4047

c6b7d5e17 [liangbowen] update ut name
c26c61b0d [liangbowen] add e2e ut for row filter of iceberg

Authored-by: liangbowen <liangbowen@gf.com.cn>
Signed-off-by: Kent Yao <yao@apache.org>
2022-12-30 17:30:57 +08:00
..
server/kyuubi-server-plugin [KYUUBI #3897] Supplying pluggable GroupProvider 2022-12-05 19:30:33 +08:00
spark [KYUUBI #4047] [Authz] Unit test of row filter for MergeIntoIcebergTable of Iceberg command 2022-12-30 17:30:57 +08:00
README.md [KYUUBI #2292] Unify kyuubi server plugin location 2022-04-08 10:16:11 +08:00

For developers

This folder contains plugins/extension for kyuubi server and different engine types.

  • ext
    • kyuubi-server
    • spark
    • flink
    • trino
    • hive
    • others
    • ...