yaooqinn opened a new issue #1614:
URL: https://github.com/apache/incubator-kyuubi/issues/1614


   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the 
[issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Describe the bug
   
   ```scala
   @OpenAPIDefinition(
     info = new Info(
       title = "Apache Kyuubi REST API Documentation",
       version = "1.4.0",
       description = "Apache Kyuubi REST API Documentation",
       contact = new Contact(
         name = "Apache Kyuubi Community",
         url = "https://kyuubi.apache.org/issue_tracking.html";,
         email = "[email protected]"),
       license = new License(
         name = "Apache 2.0",
         url = "https://www.apache.org/licenses/LICENSE-2.0.html";)),
     tags = Array(new Tag(name = "Session")))
   ```
   
   the version shouldn't be 1.4.0 but org.apache.kyuubi.KYUUBI_VERSION
   
   ### Affects Version(s)
   
   1.4.0
   
   ### Kyuubi Server Log Output
   
   _No response_
   
   ### Kyuubi Engine Log Output
   
   _No response_
   
   ### Kyuubi Server Configurations
   
   _No response_
   
   ### Kyuubi Engine Configurations
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


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