BigQuery: cast to dt.binary results in invalid datatype in compiled SQL
#2354
Labels
bug
Incorrect behavior inside of ibis
Milestone
It appears that casting to
ibis.expr.datatypes.binaryresults inBINARYas the data type. The correct name for this data type in BigQuery isBYTESCode example
Output
This results in a
Type not found: BINARY at [1:48]error when you paste this query in the BigQuery UI.The text was updated successfully, but these errors were encountered: