Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tabmatfournier committed Mar 20, 2024
1 parent 608efa3 commit 30cd0f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public static TaskWriter<Record> createTableWriter(
}

/**
* Dynamically load hive/hadoop configs to avoid packaging them with the distribution Gradle
* Dynamically load hive/hadoop configs to avoid packaging them with the distribution. Gradle
* strips hadoop from the classpath which will cause a NoClassDefFoundError to be thrown when
* using the version without Hive, so intercept that exception to maintain the underlying
* DynClass.builder.impl(...).orNull() behavior.
Expand Down

0 comments on commit 30cd0f6

Please sign in to comment.