dongjoon-hyun commented on pull request #32194:
URL: https://github.com/apache/spark/pull/32194#issuecomment-824505643


   Hi, All.
   This broke branch-3.0 because there is no `SQLConfHelper`.
   ```
   Error: ] 
/home/runner/work/spark/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/SchemaPruning.scala:20:
 object SQLConfHelper is not a member of package org.apache.spark.sql.catalyst
   Error: ] 
/home/runner/work/spark/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/SchemaPruning.scala:23:
 not found: type SQLConfHelper
   Error: ] 
/home/runner/work/spark/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/SchemaPruning.scala:32:
 not found: value conf
   ```
   
   ```
   spark-3.0:branch-3.0 $ git grep SQLConfHelper
   
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/SchemaPruning.scala:import
 org.apache.spark.sql.catalyst.SQLConfHelper
   
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/SchemaPruning.scala:object
 SchemaPruning extends SQLConfHelper {
   ```
   
   I'll revert this from branch-3.0. Please make a backporting PR to branch-3.0.


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

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