Akanksha-kedia opened a new pull request, #6760:
URL: https://github.com/apache/hive/pull/6760
## What changes were proposed in this pull request?
Bumps the `avro.version` property from `1.12.0` to `1.12.2` — a patch-level
release within the same minor line.
## Why are the changes needed?
Picks up upstream Avro bug fixes from the 1.12.x line. All modules in this
repo declare the bare `avro`/`avro-mapred` artifacts with no version override,
relying on the root pom's `dependencyManagement` via `${avro.version}`, so this
single property change covers the whole build consistently.
## Does this PR introduce any user-facing change?
No.
## How was this patch tested?
Verified no module declares an independent avro version that would need to
stay in sync (checked `standalone-metastore/pom.xml` specifically, which has
its own copies of some other version properties, but not avro). Could not run a
full Maven build in my environment to compile-verify.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]