Re: [I] [iceberg] Error loading in-memory sorter check class path [datafusion-comet]
parthchandra closed issue #1982: [iceberg] Error loading in-memory sorter check class path URL: https://github.com/apache/datafusion-comet/issues/1982 -- 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]
Re: [I] [iceberg] Error loading in-memory sorter check class path [datafusion-comet]
parthchandra commented on issue #1982: URL: https://github.com/apache/datafusion-comet/issues/1982#issuecomment-3185924030 Nvm. This is now fixed by the diff in https://github.com/apache/datafusion-comet/pull/1987 The error is no longer reproducible. -- 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]
Re: [I] [iceberg] Error loading in-memory sorter check class path [datafusion-comet]
parthchandra commented on issue #1982:
URL:
https://github.com/apache/datafusion-comet/issues/1982#issuecomment-3185538678
How does one reproduce this? I tried -
```
scala> spark.sql(s"CREATE TABLE IF NOT EXISTS t1 (c0 INT, c1 STRING) USING
iceberg")
...
scala> spark.sql(s"INSERT INTO t1 VALUES ${(0 until 1).map(i => (i,
i)).mkString(",")}")
...
scala> spark.sql(s"select c0, sqrt(c0) from t1 ORDER BY c0").show()
25/08/13 13:04:39 WARN CometExecRule: Comet cannot execute some parts of
this plan natively (set spark.comet.explainFallback.enabled=false to disable
this logging):
TakeOrderedAndProject [COMET: ]
+- Project
+- BatchScan spark_catalog.default.t1 [COMET: Unsupported scan:
org.apache.iceberg.spark.source.SparkBatchQueryScan. Comet Scan only supports
Parquet and Iceberg Parquet file formats, BatchScan spark_catalog.default.t1 is
not supported]
```
The query falls back to Spark.
--
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]
Re: [I] [iceberg] Error loading in-memory sorter check class path [datafusion-comet]
hsiang-c commented on issue #1982: URL: https://github.com/apache/datafusion-comet/issues/1982#issuecomment-3046570709 take -- 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]
Re: [I] [iceberg] Error loading in-memory sorter check class path [datafusion-comet]
andygrove commented on issue #1982: URL: https://github.com/apache/datafusion-comet/issues/1982#issuecomment-3032955772 Related: https://github.com/apache/datafusion-comet/issues/221 -- 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]
