parthchandra commented on code in PR #1000:
URL: https://github.com/apache/datafusion-comet/pull/1000#discussion_r1792654082


##########
common/src/main/java/org/apache/comet/parquet/Native.java:
##########
@@ -24,6 +24,13 @@
 import org.apache.comet.NativeBase;
 
 public final class Native extends NativeBase {
+
+  static {

Review Comment:
   We could potentially catch `UnsatisfiedLinkError` (and other exceptions) in 
`NativeBase.bundleLoadLibrary` or `NativeBase.load`. But this being static 
initialization, I'm not sure if the logger would have been initialized at that 
point. 



-- 
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]

Reply via email to