Unsupported scan IcebergScan #7258
-
|
How do I fix the fallback? I am using the Velox backend.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
@liujiayi771 can you please help? Thanks. |
Beta Was this translation helpful? Give feedback.
This error msg may occur when the service loader for
IcebergTransformerProvidercannot be found. Is the iceberg profile enabled when compiling Gluten(-Piceberg)? In more recent versions, when the iceberg profile is enabled, the gluten-iceberg will be automatically shaded into thegluten-velox-bundle-xxx.jar. In earlier versions, it was necessary to manually add thegluten-iceberg-xxx.jarto the classpath of the Spark driver and executor.