joker-star-l commented on PR #579: URL: https://github.com/apache/incubator-wayang/pull/579#issuecomment-2983105862
> Sorry, it's not the json api. Here is the errors: > > Error: /home/runner/work/incubator-wayang/incubator-wayang/wayang-api/wayang-api-json/src/main/scala/operatorfromjson/binary/DLTrainingOperatorFromJson.scala:46: error: type mismatch; Error: found : org.apache.wayang.basic.model.op.Input.Type Error: required: Array[Int] Error: case "Input" => new Input(parseInputType(opType)) Error: ^ Error: /home/runner/work/incubator-wayang/incubator-wayang/wayang-api/wayang-api-json/src/main/scala/operatorfromjson/binary/DLTrainingOperatorFromJson.scala:77: error: value PREDICTED is not a member of object org.apache.wayang.basic.model.op.Input.Type Error: case "..PREDICTED.." => Input.Type.PREDICTED Error: ^ Error: [ERROR] two errors found It seems that the CI failed because I changed the Java API for creating models. I tried to fix it temporarily. But maybe the json api and python api need to be modified simultaneously. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
