This reverts commit 9a8360eb78b9a185685b934810261e298097f51e.
@@ -92,7 +92,7 @@ THRIFT_VERSION = Config(
key="thrift_version",
help=_t("Thrift version to use when communicating with HiveServer2."),
type=int,
- default=5
+ default=7
)
@@ -846,7 +846,7 @@
# Thrift version to use when communicating with HiveServer2.
# New column format is from version 7.
- ## thrift_version=5
+ ## thrift_version=7
[[ssl]]
# Path to Certificate Authority certificates.
@@ -853,7 +853,7 @@