Vlad Rozov

Results 9 issues of Vlad Rozov

Trying to run router checker tool on the routing yaml config with ``` typed_per_filter_config: envoy.filters.http.dynamic_forward_proxy: "@type": type.googleapis.com/envoy.extensions.filters.http.dynamic_forward_proxy.v3.PerRouteConfig host_rewrite_header: "My_header" ``` getting ``` Unable to parse JSON as proto (INVALID_ARGUMENT:(virtual_hosts[0].routes[55].typed_per_filter_config[0].value): invalid...

triage

### What changes were proposed in this pull request? Upgrade Apache parent pom from version 18 to the latest version 34 along with upgrading few maven plugins versions to match...

BUILD

### What changes were proposed in this pull request? Remove `hive-test-udfs.jar` from the source control, add java sources for Hive UDFs and build hive-test-udfs.jar as part of `HiveUDFDynamicLoadSuite` using Maven....

SQL
BUILD

### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested?

tests unstable

### What changes were proposed in this pull request? Use `getDeclaredFields0` to try getting `slot` `Field` if `getDeclaredField` fails. Fallback to the old non deterministic behavior if `slot` field is...

tests passed

### What changes were proposed in this pull request? `TimestampColumnVector` `isUTC` flag should be set based on the reader `useUtc` flag similar to how `TimestampTreeReader` sets the flag based on...

JAVA

### What changes were proposed in this pull request? Implement several code improvement in `UninterruptibleThreadSuite`: - run several iterations of stress test - log `InterruptedException` - improve `assert` error message...

CORE

### What changes were proposed in this pull request? Use pom file properties to read bom version from pom file and use it in SBT ### Why are the changes...

BUILD

### What changes were proposed in this pull request? Use custom `BeEqualToIsFatal` matcher instead of `assert` in `ExecutorSuite.testThrowable` ### Why are the changes needed? 1. simplify `assert` expression and make...

CORE