Skip to content

Make sure no AST types are bare slices #4231

Make sure no AST types are bare slices

Make sure no AST types are bare slices #4231

Triggered via pull request February 3, 2025 14:20
Status Failure
Total duration 4m 35s
Artifacts
Unit Test (evalengine_mysql84)
3m 39s
Unit Test (evalengine_mysql84)
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Unit Test (evalengine_mysql84)
unknown test file type for 'report.xml'
Unit Test (evalengine_mysql84): go/vt/vtgate/semantics/early_rewriter.go#L233
cannot use node (variable of type sqlparser.SelectExprs) as *sqlparser.SelectExprs2 value in argument to r.expandStar
Unit Test (evalengine_mysql84): go/vt/vtgate/semantics/early_rewriter.go#L897
cannot use colNames (variable of type *sqlparser.SelectExprs2) as []sqlparser.SelectExpr value in argument to append
Unit Test (evalengine_mysql84): go/vt/vtgate/semantics/real_table.go#L135
cannot use selectExprs (variable of type *sqlparser.SelectExprs2) as sqlparser.SelectExprs value in argument to extractColumnsFromCTE
Unit Test (evalengine_mysql84): go/vt/vtgate/semantics/real_table.go#L139
cannot use selectExprs (variable of type *sqlparser.SelectExprs2) as sqlparser.SelectExprs value in argument to extractSelectExprsFromCTE
Unit Test (evalengine_mysql84): go/vt/vtgate/semantics/scoper.go#L300
cannot use sel.GetColumns() (value of type *sqlparser.SelectExprs2) as sqlparser.SelectExprs value in argument to createVTableInfoForExpressions
Unit Test (evalengine_mysql84): go/vt/vtgate/semantics/scoper.go#L304
cannot use sel.GetColumns() (value of type *sqlparser.SelectExprs2) as sqlparser.SelectExprs value in argument to createVTableInfoForExpressions
Unit Test (evalengine_mysql84): go/vt/vtgate/semantics/table_collector.go#L161
cannot use firstSelect.GetColumns() (value of type *sqlparser.SelectExprs2) as sqlparser.SelectExprs value in argument to getColumnNames
Unit Test (evalengine_mysql84): go/vt/vtgate/semantics/table_collector.go#L164
cannot use selectExprs (variable of type sqlparser.SelectExprs) as *sqlparser.SelectExprs2 value in struct literal
Unit Test (evalengine_mysql84): go/vt/vtgate/semantics/table_collector.go#L177
cannot range over s.SelectExprs (variable of type *sqlparser.SelectExprs2)
Unit Test (evalengine_mysql84): go/vt/vtgate/semantics/table_collector.go#L427
cannot range over firstSelect.GetColumns() (value of type *sqlparser.SelectExprs2)
Unit Test (evalengine_mysql84)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.