renshangtao opened a new pull request, #6577:
URL: https://github.com/apache/iceberg/pull/6577

   #6561 
   
   When I developed ORC encryption, I found that it can be encrypted 
successfully on IDEA, but failed to execute it in Flink engine.
   
   After troubleshooting, I found that the package path of orc is 
'/org/apache/iceberg/shaded/org/apache/orc/impl/mask/MaskProvider' but the in 
the META-INF/services is 'org.apache.orc.impl.mask.MaskProvider'
   
   So when the code is executed to Datamask.Factory.DataMask the ServiceLoader 
load the Provider.class failed


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