You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "zentol (via GitHub)" <gi...@apache.org> on 2023/04/05 14:43:13 UTC

[GitHub] [flink] zentol opened a new pull request, #22358: [FLINK-31738] Prevent name clash in generated clients

zentol opened a new pull request, #22358:
URL: https://github.com/apache/flink/pull/22358

   Generating a client with the openapi generators causes compile errors because the generated file imports java.reflect.Type, but also the generated "Type" model.
   
   For convenience it would be neat to give this enum a slightly different name, because working around this issue is surprisingly annoying.
   


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] flinkbot commented on pull request #22358: [FLINK-31738] Prevent name clash in generated clients

Posted by "flinkbot (via GitHub)" <gi...@apache.org>.
flinkbot commented on PR #22358:
URL: https://github.com/apache/flink/pull/22358#issuecomment-1497621576

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "8db2f4bab4db12d8c90208cbb4b09b8ff3d61a30",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8db2f4bab4db12d8c90208cbb4b09b8ff3d61a30",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8db2f4bab4db12d8c90208cbb4b09b8ff3d61a30 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] dmvk merged pull request #22358: [FLINK-31738] Prevent 'Type' name clash in generated clients

Posted by "dmvk (via GitHub)" <gi...@apache.org>.
dmvk merged PR #22358:
URL: https://github.com/apache/flink/pull/22358


-- 
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: issues-unsubscribe@flink.apache.org

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