Make sure no AST types are bare slices #34566
upgrade_downgrade_test_reparent_old_vtctl.yml
on: pull_request
Run Upgrade Downgrade Test - Reparent Old Vtctl
5m 52s
Annotations
9 errors and 1 warning
Run Upgrade Downgrade Test - Reparent Old Vtctl:
go/vt/sqlparser/ast_copy_on_rewrite.go#L5364
cannot use n.SelectExprs (variable of type *SelectExprs2) as SelectExprs value in argument to c.copyOnRewriteSelectExprs
|
Run Upgrade Downgrade Test - Reparent Old Vtctl:
go/vt/sqlparser/ast_copy_on_rewrite.go#L5377
cannot use _SelectExprs.(SelectExprs) (comma, ok expression of type SelectExprs) as *SelectExprs2 value in assignment
|
Run Upgrade Downgrade Test - Reparent Old Vtctl:
go/vt/sqlparser/ast_equals.go#L4209
cannot use a.SelectExprs (variable of type *SelectExprs2) as SelectExprs value in argument to cmp.SelectExprs
|
Run Upgrade Downgrade Test - Reparent Old Vtctl:
go/vt/sqlparser/ast_equals.go#L4209
cannot use b.SelectExprs (variable of type *SelectExprs2) as SelectExprs value in argument to cmp.SelectExprs
|
Run Upgrade Downgrade Test - Reparent Old Vtctl:
go/vt/sqlparser/ast_rewrite.go#L8056
cannot use node.SelectExprs (variable of type *SelectExprs2) as SelectExprs value in argument to a.rewriteSelectExprs
|
Run Upgrade Downgrade Test - Reparent Old Vtctl:
go/vt/sqlparser/ast_rewrite.go#L8057
cannot use newNode.(SelectExprs) (comma, ok expression of type SelectExprs) as *SelectExprs2 value in assignment
|
Run Upgrade Downgrade Test - Reparent Old Vtctl:
go/vt/sqlparser/ast_visit.go#L3566
cannot use in.SelectExprs (variable of type *SelectExprs2) as SelectExprs value in argument to VisitSelectExprs
|
Run Upgrade Downgrade Test - Reparent Old Vtctl:
go/vt/sqlparser/parser.go#L147
invalid operation: cannot index stmt.(*Select).SelectExprs (variable of type *SelectExprs2)
|
Run Upgrade Downgrade Test - Reparent Old Vtctl
Process completed with exit code 2.
|
Run Upgrade Downgrade Test - Reparent Old Vtctl
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|