Commit c486a11
committed
chore(csharp): bump hiveserver2 submodule for empty table-types GetTables fix
Updates csharp/hiveserver2 a8ad1e4 -> fe2d4ff (latest hiveserver2 main),
pulling adbc-drivers/hiveserver2#72 "correctly handle empty table types filter
on GetTables" (an empty `types:[]` is now treated like null = match all,
closing hiveserver2#69) plus the intervening chore/dependency bumps on main.
This is the Thrift-side half of the GetTables types-filter parity issue: the
filtering logic lives in the vendored hiveserver2 base, so it could not be fixed
in this repo directly (it was recorded out-of-scope on the SEA-side fix).
Co-authored-by: Isaac1 parent 9b5d0a5 commit c486a11
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule hiveserver2 updated 8 files
- .github/workflows/csharp.yml+5-5
- .github/workflows/dev.yaml+3-2
- .github/workflows/dev_pr.yaml+1-1
- .github/workflows/pr-validation.yml+8
- .pre-commit-config.yaml+10
- csharp/Directory.Packages.props+2-2
- csharp/src/AdbcDrivers.HiveServer2/ActivityKeys.cs+1-1
- csharp/src/AdbcDrivers.HiveServer2/Hive2/HiveServer2Statement.cs+1-1
0 commit comments