Skip to content

Commit 3485291

Browse files
committed
Merge branch 'alamb/upgrade_sqlparser' of github.com:alamb/datafusion into alamb/upgrade_sqlparser
2 parents f52fad7 + 30526dd commit 3485291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sql/src/planner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
591591
| SQLDataType::LongText
592592
| SQLDataType::Bit(_)
593593
| SQLDataType::BitVarying(_)
594-
// BIG Query UDFs
594+
// BigQuery UDFs
595595
| SQLDataType::AnyType
596596
=> not_impl_err!(
597597
"Unsupported SQL type {sql_type:?}"

0 commit comments

Comments
 (0)