We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406c768 commit 11ed163Copy full SHA for 11ed163
pkg/sql/codegen/xgboost/codegen_analyze_test.go
@@ -33,6 +33,6 @@ func TestAnalyze(t *testing.T) {
33
},
34
TrainIR: tir,
35
}
36
- _, err := Analyze(air, "")
+ _, err := Analyze(air)
37
a.NoError(err)
38
0 commit comments