We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41ffe2 commit 17766b3Copy full SHA for 17766b3
tests/dialects/test_bigquery.py
@@ -850,7 +850,7 @@ def test_bigquery(self):
850
"LOWER(b'\x41\x42\x43')",
851
write={
852
"bigquery": "LOWER(b'\x41\x42\x43')",
853
- "duckdb": "CAST(CAST(LOWER(e'\x41\x42\x43') AS VARCHAR) AS BLOB)",
+ "duckdb": "CAST(LOWER(CAST(e'\x41\x42\x43' AS TEXT)) AS BLOB)",
854
},
855
)
856
self.validate_all(
0 commit comments