We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
此 ISSUE 为 隐语开源共建计划(SecretFlow Open Source Contribution Plan,简称 SF OSCP)任务 ISSUE,欢迎社区开发者参与共建~ 若有感兴趣想要认领的任务,但还未报名,辛苦先完成报名进行哈~
SCQL 当前内置 MySQL, Postgres, CSV 等相关的 connector,也集成了 apache arrow flight sql client 支持从 http server 中获取数据。请选择一种合适的实现方式,支持 SCQL 获取 hive 中的数据。
需要实现两大部分的逻辑:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
任务介绍
详细要求
SCQL 当前内置 MySQL, Postgres, CSV 等相关的 connector,也集成了 apache arrow flight sql client 支持从 http server 中获取数据。请选择一种合适的实现方式,支持 SCQL 获取 hive 中的数据。
能力要求
操作说明
需要实现两大部分的逻辑:
(1) 直接实现 c++ 的 hive connector 从 hive 中获取数据
(2) 实现兼容 apache arrow flight sql 的 server,在 server 中实现获取 hive 数据的能力,通过 scqlengine 中提供的 arrow flight sql client 连接 server 间接获取数据
The text was updated successfully, but these errors were encountered: