gh-yzou commented on PR #1211: URL: https://github.com/apache/polaris/pull/1211#issuecomment-2741043715
@snazy @jbonofre Could you explain some more details to me about the claim that "spark plugin requires scala build infra"? My understanding is that scala build is only required if we introduce our own Scala class, but we can use java for the plugin code like [SparkCatalog](https://github.com/apache/iceberg/blob/main/spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkCatalog.java#L19) in iceberg. For dependencies like spark_sql, iceberg_spark_runtime, as far as we pull the correct library with scala version, no re-compile will be needed, right? -- 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]
