chrisfw commented on issue #3163:
URL: https://github.com/apache/kyuubi/issues/3163#issuecomment-1561051628
Hello,
First, thank you for all of the great work on this project. It has made
exposing Iceberg functionality through JDBC much easier. I just wanted to
inquire about the status of completing the integration of Scala 2.13? Some of
the most recent iceberg functionality seems to require 2.13 in order to
successfully utilize the latest iceberg spark sql extensions
(org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions).
Attempting to use them in Spark with Scala 2.12 results in a class not found
exception that is not an issue when using 2.13. This extension is necessary to
call Iceberg Spark procedures, e.g.
```
CALL my_catalog.system.create_changelog_view(table => 'iceberg.mysample',
identifier_columns => array('id'),
compute_updates => true );
```
I am hoping to utilize this functionality through kyuubi hence my interest
in this issue.
Regards,
Chris Whelan
--
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]