Skip to content

Commit

Permalink
Merge branch 'alamb/upgrade_sqlparser' of github.com:alamb/datafusion…
Browse files Browse the repository at this point in the history
… into alamb/upgrade_sqlparser
  • Loading branch information
alamb committed Feb 5, 2025
2 parents f52fad7 + 30526dd commit 3485291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sql/src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
| SQLDataType::LongText
| SQLDataType::Bit(_)
| SQLDataType::BitVarying(_)
// BIG Query UDFs
// BigQuery UDFs
| SQLDataType::AnyType
=> not_impl_err!(
"Unsupported SQL type {sql_type:?}"
Expand Down

0 comments on commit 3485291

Please sign in to comment.