Skip to content

Commit

Permalink
Fix typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Apr 12, 2022
1 parent b16e3b5 commit a38db7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object SpatialFilterPushdownRules extends Rule[LogicalPlan] {
/**
* transform is an alias to transformDown
* The transformDown usage causes the following error on DataBricks 9.1:
* * java.lang.NoClassDefFoundError: LogicalPlan,transformDown(Lscala/PartialFunction;)Lorg/apache/spark/sql/catalyst/plans/logical/LogicalPlan;
* java.lang.NoClassDefFoundError: LogicalPlan.transformDown(Lscala/PartialFunction;)Lorg/apache/spark/sql/catalyst/plans/logical/LogicalPlan;
*/
// format: on
plan.transform {
Expand Down

0 comments on commit a38db7f

Please sign in to comment.