MasterDDT commented on issue #10175:
URL: https://github.com/apache/iceberg/issues/10175#issuecomment-3176380911

   I am using the correct iceberg runtime:
   
   ```
   scala> 
classOf[org.apache.spark.sql.catalyst.parser.extensions.IcebergSparkSqlExtensionsParser].getProtectionDomain
   ProtectionDomain  
(file:/Users/mitesh/flame/assembly/target/scala-2.12/jars/iceberg-spark-runtime-3.3_2.12-1.8.1.jar
   ```
   
   The problem here is `scala.jdk.CollectionConverters` does not even exist in 
Scala 2.12, its called something else. So how does this even compile for 2.12?
   
https://github.com/apache/iceberg/blob/1.8.x/spark/v3.3/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/parser/extensions/IcebergSparkSqlExtensionsParser.scala#L60


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