Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
The Lombok jar dependency in the project is currently set to compile scope, causing it to be included in the final jar. To avoid this, the scope should be changed to provided, ensuring that Lombok is only used during compilation and excluded from the final jar.
Feature Request / Improvement
The Lombok jar dependency in the project is currently set to compile scope, causing it to be included in the final jar. To avoid this, the scope should be changed to provided, ensuring that Lombok is only used during compilation and excluded from the final jar.
As per the lombok docs, lombok dependency should be set to provided by default. https://projectlombok.org/setup/maven
Are you willing to submit PR?
Code of Conduct