You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go/codegen/experimental/codegen_test.go
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,7 @@ import (
21
21
)
22
22
23
23
funcTestXGBCodegen(t*testing.T) {
24
-
t.Skip("enable this test when finished generate code using runtime.feature.*")
25
-
26
-
sql:="SELECT * FROM iris TO TRAIN xgboost.gbtree WITH objective=\"binary:logistic\",num_class=3 LABEL class INTO sqlflow_models.xgb_classification;"
24
+
sql:="SELECT * FROM iris.train TO TRAIN xgboost.gbtree WITH objective=\"binary:logistic\",num_class=3 LABEL class INTO sqlflow_models.xgb_classification;"
0 commit comments