VALUES statement AST and parsing #30517
cluster_endtoend_vtgate_vindex_heavy.yml
on: pull_request
Run endtoend tests on Cluster (vtgate_vindex_heavy)
2m 37s
Annotations
11 errors and 1 warning
Run endtoend tests on Cluster (vtgate_vindex_heavy)
unknown test file type for 'report.xml'
|
Run endtoend tests on Cluster (vtgate_vindex_heavy):
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_vindex_heavy):
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_vindex_heavy):
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_vindex_heavy):
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_vindex_heavy):
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_vindex_heavy):
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_vindex_heavy):
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_vindex_heavy):
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_vindex_heavy):
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_vindex_heavy):
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_vindex_heavy)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|