Skip to content

Commit

Permalink
[spark] Fix Compatibility in getting NamedReference of spark320 (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzifu666 authored Aug 15, 2024
1 parent b3bcaa2 commit 24fedf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object PaimonUtils {
}

def fieldReference(name: String): NamedReference = {
FieldReference.column(name)
FieldReference(name)
}

def bytesToString(size: Long): String = {
Expand Down

0 comments on commit 24fedf7

Please sign in to comment.