Skip to content
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

Escape schema and table #1

Merged
merged 1 commit into from Aug 23, 2021
Merged

Conversation

karoliskascenas
Copy link

@karoliskascenas karoliskascenas commented Aug 19, 2021

I am using the hive source to ingest data to datahub, but I am pointing it to Impala. Impala has lots of reserved keywords, for example search. Once we try to run a query

DESCRIBE `some_schema.search`

it fails. However

DESCRIBE `some_schema`.`search`

should work on both Hive and Impala.

I am using the hive source to ingest data to datahub, but I am pointing it to Impala. Impala has lots of reserved keywords, for example `search`. Once we try to run a query
```
DESCRIBE `some_schema.search`
```
it fails. However
```
DESCRIBE `some_schema`.`search`
```
should work on both Hive and Impala.
Copy link

@shirshanka shirshanka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for fixing this!

@shirshanka shirshanka merged commit b2ff133 into acryldata:master Aug 23, 2021
@karoliskascenas karoliskascenas deleted the patch-1 branch August 23, 2021 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants