zhouyuan commented on PR #11560:
URL: 
https://github.com/apache/incubator-gluten/pull/11560#issuecomment-3957692149

   @baibaichen  I ran into a issue seems introduced by the incremental mode: 
   ```
   [2026-02-25T04:38:52.691Z] #10 95.39 [ERROR] 
/incubator-gluten/gluten-core/src/main/scala/org/apache/gluten/config/ConfigRegistry.scala:48:
 Symbol 'type org.apache.spark.sql.internal.SqlApiConf' is missing from the 
classpath.
   [2026-02-25T04:38:52.691Z] #10 95.39 This symbol is required by 'class 
org.apache.spark.sql.internal.SQLConf'.
   [2026-02-25T04:38:52.691Z] #10 95.39 Make sure that type SqlApiConf is in 
your classpath and check for conflicting dependencies with `-Ylog-classpath`.
   [2026-02-25T04:38:52.691Z] #10 95.39 A full rebuild may help if 
'SQLConf.class' was compiled against an incompatible version of 
org.apache.spark.sql.internal.
   [2026-02-25T04:38:52.691Z] #10 95.39 [ERROR] 
/incubator-gluten/gluten-core/src/main/scala/org/apache/gluten/execution/ColumnarToColumnarExec.scala:31:
 Symbol 'type org.apache.spark.sql.catalyst.trees.WithOrigin' is missing from 
the classpath.
   [2026-02-25T04:38:52.691Z] #10 95.39 This symbol is required by 'class 
org.apache.spark.sql.catalyst.trees.TreeNode'.
   [2026-02-25T04:38:52.691Z] #10 95.39 Make sure that type WithOrigin is in 
your classpath and check for conflicting dependencies with `-Ylog-classpath`.
   [2026-02-25T04:38:52.691Z] #10 95.39 A full rebuild may help if 
'TreeNode.class' was compiled against an incompatible version of 
org.apache.spark.sql.catalyst.trees.
   [2026-02-25T04:38:52.691Z] #10 95.39 [ERROR] 
/incubator-gluten/gluten-core/src/main/scala/org/apache/gluten/extension/injector/package.scala:23:
 Symbol 'type org.apache.spark.sql.catalyst.parser.DataTypeParserInterface' is 
missing from the classpath.
   [2026-02-25T04:38:52.691Z] #10 95.39 This symbol is required by 'trait 
org.apache.spark.sql.catalyst.parser.ParserInterface'.
   [2026-02-25T04:38:52.691Z] #10 95.39 Make sure that type 
DataTypeParserInterface is in your classpath and check for conflicting 
dependencies with `-Ylog-classpath`.
   [2026-02-25T04:38:52.691Z] #10 95.39 A full rebuild may help if 
'ParserInterface.class' was compiled against an incompatible version of 
org.apache.spark.sql.catalyst.parser.
   [2026-02-25T04:38:52.691Z] #10 95.39 [ERROR] 
/incubator-gluten/gluten-core/src/main/scala/org/apache/spark/sql/execution/adaptive/GlutenCost.scala:35:
 Symbol 'type org.apache.spark.sql.errors.DataTypeErrorsBase' is missing from 
the classpath.
   [2026-02-25T04:38:52.691Z] #10 95.39 This symbol is required by 'trait 
org.apache.spark.sql.errors.QueryErrorsBase'.
   [2026-02-25T04:38:52.691Z] #10 95.39 Make sure that type DataTypeErrorsBase 
is in your classpath and check for conflicting dependencies with 
`-Ylog-classpath`.
   [2026-02-25T04:38:52.691Z] #10 95.39 A full rebuild may help if 
'QueryErrorsBase.class' was compiled against an incompatible version of 
org.apache.spark.sql.errors.
   [2026-02-25T04:38:52.691Z] #10 95.39 [ERROR] four errors found
   ```


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