Skip to content

Commit

Permalink
Scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
szehon-ho committed Apr 29, 2024
1 parent 9776242 commit 2bb6375
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ package org.apache.spark.sql.connector

import java.sql.Date
import java.util.Collections
import org.apache.spark.sql.{AnalysisException, DataFrame, Row, catalyst}

import org.apache.spark.sql.{catalyst, AnalysisException, DataFrame, Row}
import org.apache.spark.sql.catalyst.expressions.{ApplyFunctionExpression, Cast, Literal}
import org.apache.spark.sql.catalyst.expressions.objects.StaticInvoke
import org.apache.spark.sql.catalyst.plans.physical
Expand Down

0 comments on commit 2bb6375

Please sign in to comment.