Skip to content

VALUES statement AST and parsing #803

VALUES statement AST and parsing

VALUES statement AST and parsing #803

Triggered via pull request January 10, 2025 14:43
Status Failure
Total duration 2m 4s
Artifacts

vtop_example.yml

on: pull_request
VTop Example
47s
VTop Example
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
VTop Example: go/vt/schemadiff/view.go#L430
cannot use c.Select (variable of type sqlparser.TableSubquery) as sqlparser.SelectStatement value in argument to sqlparser.Equals.SelectStatement: sqlparser.TableSubquery does not implement sqlparser.SelectStatement (missing method GetLock)
VTop Example: go/vt/schemadiff/view.go#L430
cannot use other.Select (variable of type sqlparser.TableSubquery) as sqlparser.SelectStatement value in argument to sqlparser.Equals.SelectStatement: sqlparser.TableSubquery does not implement sqlparser.SelectStatement (missing method GetLock)
VTop Example: go/vt/vtgate/planbuilder/operators/SQL_builder.go#L186
cannot use selStmt (variable of type sqlparser.SelectStatement) as sqlparser.TableSubquery value in struct literal: sqlparser.SelectStatement does not implement sqlparser.TableSubquery (missing method iTableSubquery)
VTop Example: go/vt/vtgate/planbuilder/operators/SQL_builder.go#L194
multiple-value sqlparser.GetFirstSelect(selStmt) (value of type (*sqlparser.Select, error)) in single-value context
VTop Example: go/vt/vtgate/planbuilder/operators/SQL_builder.go#L194
cannot use selStmt (variable of type sqlparser.SelectStatement) as sqlparser.TableSubquery value in argument to sqlparser.GetFirstSelect: sqlparser.SelectStatement does not implement sqlparser.TableSubquery (missing method iTableSubquery)
VTop Example: go/vt/vtgate/planbuilder/operators/SQL_builder.go#L213
multiple-value sqlparser.GetFirstSelect(sel) (value of type (*sqlparser.Select, error)) in single-value context
VTop Example: go/vt/vtgate/planbuilder/operators/SQL_builder.go#L213
cannot use sel (variable of type sqlparser.SelectStatement) as sqlparser.TableSubquery value in argument to sqlparser.GetFirstSelect: sqlparser.SelectStatement does not implement sqlparser.TableSubquery (missing method iTableSubquery)
VTop Example: go/vt/vtgate/planbuilder/operators/SQL_builder.go#L239
cannot use qb.asSelectStatement() (value of type sqlparser.SelectStatement) as sqlparser.TableSubquery value in struct literal: sqlparser.SelectStatement does not implement sqlparser.TableSubquery (missing method iTableSubquery)
VTop Example: go/vt/vtgate/planbuilder/operators/SQL_builder.go#L240
cannot use other.asSelectStatement() (value of type sqlparser.SelectStatement) as sqlparser.TableSubquery value in struct literal: sqlparser.SelectStatement does not implement sqlparser.TableSubquery (missing method iTableSubquery)
VTop Example: go/vt/vtgate/planbuilder/operators/SQL_builder.go#L247
cannot use qb.stmt.(sqlparser.SelectStatement) (comma, ok expression of type sqlparser.SelectStatement) as sqlparser.TableSubquery value in struct literal: sqlparser.SelectStatement does not implement sqlparser.TableSubquery (missing method iTableSubquery)
VTop Example
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2