spark-instrumented-optimizer/sql/hive-thriftserver
Kent Yao 2507301705 [SPARK-33159][SQL] Use hive-service-rpc as dependency instead of inlining the generated code
### What changes were proposed in this pull request?

Hive's `hive-service-rpc` module started since hive-2.1.0 and it contains only the thrift IDL file and the code generated by it.

Removing the inlined code will help maintain and upgrade builtin hive versions

### Why are the changes needed?

to simply the code.

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

passing CI

Closes #30055 from yaooqinn/SPARK-33159.

Authored-by: Kent Yao <yaooqinn@hotmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
2020-10-16 09:37:54 -07:00
..
src [SPARK-33159][SQL] Use hive-service-rpc as dependency instead of inlining the generated code 2020-10-16 09:37:54 -07:00
pom.xml [SPARK-33159][SQL] Use hive-service-rpc as dependency instead of inlining the generated code 2020-10-16 09:37:54 -07:00