wenjin272 commented on issue #1015: URL: https://github.com/apache/flink-agents/issues/1015#issuecomment-5313968112
Thanks for reporting this. I confirmed the issue on the latest `main`: `long`/`Long`, `float`/`Float`, `short`/`Short`, and `byte`/`Byte` are all currently mapped to `"object"`. Extending `SchemaUtils.getParamSchema` with the appropriate integer/number mappings and adding primitive/wrapper regression tests looks like the right fix. -- 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]
