The ZetaSQL Toolkit is a library that helps users use ZetaSQL Java API to perform SQL analysis for multiple query engines, including BigQuery and Cloud Spanner.
Apache License 2.0
39
stars
10
forks
source link
BigQuery join with array column is incorrectly assumed as table #84
When I analyze this query, the analyzer incorrectly assume
foo.date_arr
as a table:Table not found: foo.date_arr
I haven't looked into it, so any help is appreciated. Thanks