Determine this is the right repository
Summary of the issue
Context
bigframes has patterns that depend on sqlglot 28.x.x and our platform recently upgraded to 30.x.x. It used the compiled version of sqlglot and failed to handle unexpected structure in the SQL AST.
Expected Behavior:
bigframes.load_parquet() works properly.
Actual Behavior:
Somewhere in the engine:
list object expected; got tuple[sqlglot.expressions.core.Literal, sqlglot.expressions.core.Literal]
API client name and version
Latest bigframes python package
Determine this is the right repository
Summary of the issue
Context
bigframes has patterns that depend on sqlglot 28.x.x and our platform recently upgraded to 30.x.x. It used the compiled version of sqlglot and failed to handle unexpected structure in the SQL AST.
Expected Behavior:
bigframes.load_parquet() works properly.
Actual Behavior:
Somewhere in the engine:
API client name and version
Latest
bigframespython package