Skip to content

VALUES statement AST and parsing #35217

VALUES statement AST and parsing

VALUES statement AST and parsing #35217

Triggered via pull request January 10, 2025 13:50
Status Failure
Total duration 3m 45s
Artifacts
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)
2m 33s
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)
unknown test file type for 'report.xml'
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache): go/vt/vtgate/semantics/analyzer.go#L289
sqlparser.GetFirstSelect(union).SelectExprs undefined (type sqlparser.TableSubquery has no field or method SelectExprs)
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache): go/vt/vtgate/semantics/analyzer.go#L296
sqlparser.GetFirstSelect(union.Right).SelectExprs undefined (type sqlparser.TableSubquery has no field or method SelectExprs)
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache): go/vt/vtgate/semantics/early_rewriter.go#L393
cannot use stmt (variable of type sqlparser.SelectStatement) as sqlparser.TableSubquery value in argument to sqlparser.GetFirstSelect: sqlparser.SelectStatement does not implement sqlparser.TableSubquery (missing method iTableSubquery)
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache): go/vt/vtgate/semantics/early_rewriter.go#L403
cannot use sel (variable of type sqlparser.TableSubquery) as *sqlparser.Select value in argument to r.rewriteAliasesInOrderBy: need type assertion
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache): go/vt/vtgate/semantics/early_rewriter.go#L427
cannot use stmt (variable of type sqlparser.SelectStatement) as sqlparser.TableSubquery value in argument to sqlparser.GetFirstSelect: sqlparser.SelectStatement does not implement sqlparser.TableSubquery (missing method iTableSubquery)
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache): go/vt/vtgate/semantics/early_rewriter.go#L434
cannot use sel (variable of type sqlparser.TableSubquery) as *sqlparser.Select value in argument to r.rewriteAliasesInGroupBy: need type assertion
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache): go/vt/vtgate/semantics/scoper.go#L300
sel.SelectExprs undefined (type sqlparser.TableSubquery has no field or method SelectExprs)
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache): go/vt/vtgate/semantics/scoper.go#L304
sel.SelectExprs undefined (type sqlparser.TableSubquery has no field or method SelectExprs)
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache): go/vt/vtgate/semantics/table_collector.go#L71
cannot use cte.Subquery (variable of type sqlparser.TableSubquery) as sqlparser.SelectStatement value in struct literal: sqlparser.TableSubquery does not implement sqlparser.SelectStatement (missing method GetLock)
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache): go/vt/vtgate/semantics/table_collector.go#L158
firstSelect.SelectExprs undefined (type sqlparser.TableSubquery has no field or method SelectExprs)
Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.