You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/06 07:48:19 UTC

[GitHub] [inlong] e-mhui opened a new issue, #5797: [Bug][Manager] Fix Binary type mapping error

e-mhui opened a new issue, #5797:
URL: https://github.com/apache/inlong/issues/5797

   ### What happened
   
   `Binary` mapping to `array`, `fieldinfoUtils` parse failed.
   
   ```
   org.apache.flink.shaded.jackson2…com.fasterxml.jackson.databind.exc.InvalidTypeIdException:Couldnotresolvetypeid'FieldInfoUtils$$Lambda$1517/
   642480380' as a subtype of org.apache.inlong.sort.formats.common.FormatInfo':known type ids = [array, binary, boolean, byte,
   ```
   
   ### What you expected to happen
   
   `Binary` mapping to `Binary`, instead of `Array`.
   
   ### How to reproduce
   
   1
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Manager
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: dev-unsubscribe@inlong.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] gong commented on issue #5797: [Bug][Manager] Fix Binary type mapping error

Posted by GitBox <gi...@apache.org>.
gong commented on issue #5797:
URL: https://github.com/apache/inlong/issues/5797#issuecomment-1272873412

   close it, pr [https://github.com/apache/inlong/pull/6079](https://github.com/apache/inlong/pull/6079) had fixed it.


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] e-mhui closed issue #5797: [Bug][Manager] Fix Binary type mapping error

Posted by GitBox <gi...@apache.org>.
e-mhui closed issue #5797: [Bug][Manager] Fix Binary type mapping error
URL: https://github.com/apache/inlong/issues/5797


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org