ranger
ranger copied to clipboard
[RANGER-3983] Support getColumnMasks and getRowFilters in Trino SPI 376+
- https://github.com/trinodb/trino/commit/827de57a50426e804761044d24d96b8877b62b7e
- https://github.com/trinodb/trino/commit/ac8d2d472201eef7c9a3129bd72835f57f2c3faa
- https://issues.apache.org/jira/browse/RANGER-3983
The functions getColumnMask and getRowFilter were deprecated since trino 376, and were removed in 401.
So we should adapt to that change in ranger implementation.
Test
/opt/maven/3.8.3/bin/mvn clean test