We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.
If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”
Customize cookie preferences
We use cookies and similar tools (collectively, "cookies") for the following purposes.
Essential
Essential cookies are necessary to provide our site and services and cannot be deactivated. They are usually set in response to your actions on the site, such as setting your privacy preferences, signing in, or filling in forms.
Performance
Performance cookies provide anonymous statistics about how customers navigate our site so we can improve site experience and performance. Approved third parties may perform analytics on our behalf, but they cannot use the data for their own purposes.
Allowed
Functional
Functional cookies help us provide useful site features, remember your preferences, and display relevant content. Approved third parties may set these cookies to provide certain site features. If you do not allow these cookies, then some or all of these services may not function properly.
Allowed
Advertising
Advertising cookies may be set through our site by us or our advertising partners and help us deliver relevant marketing content. If you do not allow these cookies, you will experience less relevant advertising.
Allowed
Blocking some types of cookies may impact your experience of our sites. You may review and change your choices at any time by selecting Cookie preferences in the footer of this site. We and selected third-parties use cookies or similar technologies as specified in the AWS Cookie Notice.
Unable to save cookie preferences
We will only store essential cookies at this time, because we were unable to save your cookie preferences.
If you want to change your cookie preferences, try again later using the link in the AWS console footer, or contact support if the problem persists.
Add support to query case sensitive and reserved keyword
column names when using S3 Select. To use it, define table
property in format "s3select.column.mapping" =
"column1:fieldName1,
column2:fieldName2,..."
Improvement
HIVE-23133: Numeric operations can have
different result across hardware archs
Improvement
HIVE-27145: Use StrictMath for remaining Math
functions as followup of HIVE-23133
Bug Fix
Fix wildcard incompatibility in get_partitions_by_filter
and get_num_partitions_by_filter HMS APIs caused by porting
HIVE-22900 in EMR Hive 6.4.0
Bug Fix
HIVE-26736: Authorization failure for nested
Views having WITH clause
Bug Fix
HIVE-22416: MR-related operation logs missing
when parallel execution is enabled
Bug Fix
HIVE-19653: Incorrect predicate pushdown for
groupby with grouping sets
Bug Fix
HIVE-22094: queries failing with
ClassCastException: hive.ql.exec.vector.DecimalColumnVector
cannot be cast to
hive.ql.exec.vector.Decimal64ColumnVector
Bug Fix
HIVE-26340: Vectorized PTF operator fails if
query has upper case window function
Bug Fix
HIVE-26184: COLLECT_SET with GROUP BY is very
slow when some keys are highly skewed
Bug Fix
HIVE-26373: ClassCastException when reading
timestamps from HBase table with Avro data
Bug Fix
HIVE-26388: ClassCastException when there is
non string type column in source table of CTAS query Upgrade
HIVE-26172: Hive - Upgrade Ant to 1.10.11 due
to CVE-2021-36373 and CVE-2021-36374
Bug Fix
HIVE-26114: Fix jdbc connection hiveserver2
using dfs command with prefix space will cause
exceptio
Bug Fix
HIVE-26396: The trunc function has a problem
with precision interception and the result has many
0
Bug Fix
HIVE-26446: HiveProtoLoggingHook fails to
populate TablesWritten field for partitioned tables.
Bug Fix
HIVE-26639: ConstantVectorExpression and
ExplainTask shouldn't rely on default charset
Bug Fix
HIVE-22670: ArrayIndexOutOfBoundsException when
vectorized reader is used for reading a parquet file
Bug Fix
HIVE-23607: Permission Issue: Create view on
another view succeeds but alter view fails
Bug Fix
HIVE-25498: Query with more than 31 count
distinct functions returns wrong result
Bug Fix
HIVE-25780: DistinctExpansion creates more than
64 grouping sets II
Bug Fix
HIVE-23868: Windowing function spec: support 0
preceeding/following
Bug Fix
HIVE-24539: OrcInputFormat schema generation
should respect column delimiter
Bug Fix
HIVE-23476: LLAP: Preallocate arenas for mmap
case as well
Bug Fix
HIVE-25806: Possible leak in LlapCacheAwareFs -
Parquet, LLAP IO
Bug Fix
HIVE-23498: Disable HTTP Trace method on
ThriftHttpCliService
Bug Fix
HIVE-25729: ThriftUnionObjectInspector should
be notified when fully inited
Bug Fix
HIVE-23846: Avoid unnecessary serialization and
deserialization of bitvectors
Bug Fix
HIVE-24233: except subquery throws nullpointer
with cbo disabled