Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Dec 8, 2023
1 parent 17bf20c commit 247dda2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ object ConverterUtils extends Logging {

// TODO: This is used only by `BasicScanExecTransformer`,
// perhaps we can remove this in the future and use `withExprId` version consistently.
def collectAttributeNamesWithoutExprId(attributes: Seq[Attribute], ignoreCaseSensitive: Boolean = false): JList[String] = {
def collectAttributeNamesWithoutExprId(
attributes: Seq[Attribute],
ignoreCaseSensitive: Boolean = false): JList[String] = {
collectAttributeNamesDFS(attributes)(genColumnNameWithoutExprId(_, ignoreCaseSensitive))
}

Expand Down

0 comments on commit 247dda2

Please sign in to comment.