sfc-gh-yzou commented on PR #1190: URL: https://github.com/apache/polaris/pull/1190#issuecomment-2738252753
@snazy Sorry, i don't get the part of "mix 2.12 with 2.13". I don't think i am mixing 2.12 with 2.13 at this moment. Different target uses a different scala version. For example: :polaris-spark-3.5_2.12, and it will only use iceberg-spark-runtime-3.5_2.12, and spark-sql_2.12:3.5. The jar only packs my java code and iceberg-spark-runtime, I don't think I am actually building any scala code at this moment, therefore no dependency on the scala build at this moment. Later if i am introducing scala code, I think I can get directly reuse the work in https://github.com/apache/polaris/pull/1211. -- 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]
