davidyuan1223 commented on PR #6022: URL: https://github.com/apache/kyuubi/pull/6022#issuecomment-1953817665
> 2\. the data model in Redis is different from RDBMS, how do we map the API? 1. actually we also want use the redis-jdbc from Data-Grip but the Data-Grip not support the maven repository about the redis-jdbc,so i search a useful jdbc engine to replace it. If we find a more suitable component, we also can replace it. 2. This question also is my concerns, It's different from RDBMS. The redis-jdbc connector has implementation the Mysql's Connection, we can execute redis commands in the form of JDBC. Therefore, this PR is mainly about how to test the connection between Redis and Kyuubi based on this format -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
