Skip to content

Commit 30526dd

Browse files
alambgoldmedal
andauthored
Update datafusion/sql/src/planner.rs
Co-authored-by: Jax Liu <liugs963@gmail.com>
1 parent 013207d commit 30526dd

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
@@ -570,7 +570,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
570570
| SQLDataType::LongText
571571
| SQLDataType::Bit(_)
572572
| SQLDataType::BitVarying(_)
573-
// BIG Query UDFs
573+
// BigQuery UDFs
574574
| SQLDataType::AnyType
575575
=> not_impl_err!(
576576
"Unsupported SQL type {sql_type:?}"

0 commit comments

Comments
 (0)