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

Hive does not accept table names that begin with a "_". #909

Closed
wants to merge 1 commit into from
Closed

Hive does not accept table names that begin with a "_". #909

wants to merge 1 commit into from

Conversation

rbdixon
Copy link
Contributor

@rbdixon rbdixon commented Jan 19, 2015

See https://issues.apache.org/jira/browse/HIVE-6431
Switch to using "x" as the prefix for unique_name().

I've started work on a Hive backend for dplyr that is working well so far. I'll be staging that for pull soon. This is a simple change that seems innocuous and is required by Hive due to its restrictions on tables and variables starting with an underscore.

Resubmitted to re-try the build which failed due to an external matter.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling ff4f4f1 on rbdixon:change_temp_table_name into 6382b8f on hadley:master.

@hadley
Copy link
Member

hadley commented Jan 20, 2015

Would you mind emailing me (hadley@rstudio.com) about the backend. I'm looking into hive a bit at the moment, and the options from connecting to R, and I'll love to hear your thoughts.

@hadley hadley closed this in b278d02 Aug 24, 2015
krlmlr pushed a commit to krlmlr/dplyr that referenced this pull request Mar 2, 2016
@lock
Copy link

lock bot commented Jan 19, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants