-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
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
[Feature] Support query hive table #6568
Comments
Actually, this is a feature, and this feature will change usage interface. When this is merged, it is hard to changed any more, because a database should keep back compatible with old version. |
I see a good case from Impala community, which I think we can refer. |
Thanks for pointing out.
What do you mean? I'm a little confused. With this feature, users can not only import Hive data to Doris olap table by Spark load, but also can query hive external table by Doris. These two funcitons dose not confict. It keeps back compatible with old versions. |
I think you misunderstand my point, what I want to say is that this issue will introduce new SQL interface, such as 'CREATE TABLE'. This needs to be disscussed before coding to avoid later modification. |
This issue does not introduce any new SQL interface. We already have create hive external table syntax, which can see by command You can see the create hive table syntax in the related PR, which is exactly the same as Doris' existing create hive external table statement. |
Search before asking
Description
Currently, Hive external tables are only used by Spark Load, and queries are not supported.
Many users have the need to query the Hive table, and it is too cumbersome to import the data into Doris and then perform the query operation.
Use case
Users can directly query the data in the hive table in Doris, and can use join to perform complex queries without laboriously importing data from hive
Related issues
None.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: