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


   Hi, All.
   
   This breaks the compilation in branch-3.0. Could you fix that?
   ```
   error] 
/__w/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/DataFrameJoinSuite.scala:28:
 object DetectAmbiguousSelfJoin is not a member of package 
org.apache.spark.sql.execution.analysis
   [error] Note: class DetectAmbiguousSelfJoin exists, but it has no companion 
object.
   [error] import 
org.apache.spark.sql.execution.analysis.DetectAmbiguousSelfJoin.LogicalPlanWithDatasetId
   [error]                                                ^
   [error] 
/__w/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/DataFrameJoinSuite.scala:274:
 not found: value LogicalPlanWithDatasetId
   [error]           LogicalPlanWithDatasetId(_, leftId),
   [error]           ^
   [error] 
/__w/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/DataFrameJoinSuite.scala:275:
 not found: value LogicalPlanWithDatasetId
   [error]           LogicalPlanWithDatasetId(_, rightId), _, _, _) =>
   [error]           ^
   ```


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