zkaoudi commented on PR #579:
URL: https://github.com/apache/incubator-wayang/pull/579#issuecomment-2982950899

   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


-- 
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]

Reply via email to