vbabenkoru commented on issue #3044:
URL: https://github.com/apache/iceberg/issues/3044#issuecomment-2790572579

   For anyone using Scala/SBT, here is what worked for me:
   ```
     assembly / assemblyShadeRules := Seq(
       ShadeRule.rename("org.apache.hadoop.**" -> 
"shadow.org.apache.hadoop.@1").inAll,
       ShadeRule.rename("org.apache.flink.runtime.util.HadoopUtils" -> 
"shadow.org.apache.flink.runtime.util.HadoopUtils").inAll
     ),
   ```
   If there are no plans to fix it, I think this has to be in the 
documentation, because otherwise Flink connector is just broken out of the box 
when using SQL.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to