Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val FLUENCY_VERSION = "2.7.4"
val GRPC_VERSION = "1.78.0"
val JMH_VERSION = "1.37"
val JAVAX_ANNOTATION_API_VERSION = "1.3.2"
val PARQUET_VERSION = "1.16.0"
val PARQUET_VERSION = "1.17.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating PARQUET_VERSION to 1.17.0 introduces a significant risk for the airframe-parquet module. This module's hadoop-free feature relies on a fragile dependency configuration for parquet-hadoop, as documented in this file (lines 1012-1018). This new version could have different transitive dependencies on Hadoop, potentially causing NoClassDefFoundError at runtime because the explicit dependency list might be outdated. This fragility makes this version bump a high-risk change.

val SNAKE_YAML_VERSION = "2.5"

val AIRFRAME_BINARY_COMPAT_VERSION = "23.6.0"
Expand Down
Loading