You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an Iceberg table. Note that Comet will not accelerate this part.
@@ -113,12 +104,6 @@ This should produce the following output:
113
104
114
105
```
115
106
scala> spark.sql(s"SELECT * from t1").show()
116
-
25/04/28 07:29:37 INFO core/src/lib.rs: Comet native library version 0.9.0 initialized
117
-
25/04/28 07:29:37 WARN CometSparkSessionExtensions$CometExecRule: Comet cannot execute some parts of this plan natively (set spark.comet.explainFallback.enabled=false to disable this logging):
118
-
CollectLimit
119
-
+- Project [COMET: toprettystring is not supported]
120
-
+- CometScanWrapper
121
-
122
107
+---+---+
123
108
| c0| c1|
124
109
+---+---+
@@ -145,3 +130,12 @@ scala> spark.sql(s"SELECT * from t1").show()
0 commit comments