Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 committed Jan 12, 2024
1 parent b4eb87d commit 4bf7f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/core/src/java/org/apache/orc/impl/WriterImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ private static int getClosestBufferSize(int size) {
try {
com.github.luben.zstd.util.Native.load();
} catch (UnsatisfiedLinkError | ExceptionInInitializerError e) {
LOG.warn("Unable to load zstd-jni library for your platform... " +
"using builtin-java classes where applicable");
LOG.warn("Unable to load zstd-jni library for your platform. " +
"Using builtin-java classes where applicable");
}
}

Expand Down

0 comments on commit 4bf7f99

Please sign in to comment.