You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by "pan3793 (via GitHub)" <gi...@apache.org> on 2023/10/08 13:34:30 UTC

[I] [TASK][MEDIUM] JDBC result format negotiation for Arrow or Thrift [kyuubi]

pan3793 opened a new issue, #5379:
URL: https://github.com/apache/kyuubi/issues/5379

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before creating
   
   - [X] I have searched in the [task list](https://github.com/orgs/apache/projects/296) and found no similar tasks.
   
   
   ### Mentor
   
   - [ ] I have sufficient knowledge and experience of this task, and I volunteer to be the mentor of this task to guide contributors to complete the task.
   
   
   ### Skill requirements
   
   - Knowledge about JDBC
   - Basic Knowledge with Scala Programming
   
   
   ### Background and Goals
   
   Arrow is one of supported JDBC result format which helps to maximize the fetching performance with verticalization, while Thrift is remained as default result format. Arrow requires Kyuubi Hive driver support. Currently, the result format can be switched via `kyuubi.operation.result.format` config, by session configs from client side, or can be set on server side configs. This requires pre-connection assertions and lack of flexibility for both client and server side.
   To introduce result format negotiation, the server provides an mechanism to minimize the gap for prefered result set.
   
   
   ### Implementation steps
   
   - Add preferred result format list on server side config. For example. `arrow, thrift` implies that server will prefer to use Arrow if no client preferred format information, while `thrift` is also support.
   - And if client set kyuubi.operation.result.format config, it means the server tries to follow the dedicated result format. When the server fails to lookup targeted result format in supported list config, the server should throws unsupported exceptions.
   
   
   ### Additional context
   
   _No response_


-- 
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: notifications-unsubscribe@kyuubi.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


Re: [I] [TASK][MEDIUM] JDBC result format negotiation for Arrow or Thrift [kyuubi]

Posted by "khwj (via GitHub)" <gi...@apache.org>.
khwj commented on issue #5379:
URL: https://github.com/apache/kyuubi/issues/5379#issuecomment-1768781692

   I'd like to tackle this task.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


Re: [I] [TASK][MEDIUM] JDBC result format negotiation for Arrow or Thrift [kyuubi]

Posted by "bowenliang123 (via GitHub)" <gi...@apache.org>.
bowenliang123 commented on issue #5379:
URL: https://github.com/apache/kyuubi/issues/5379#issuecomment-1768823808

   Thanks, it would be great to bring this feature to the end users with server-side config and negotiation.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org