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

do not use _id as primary key on partitioned and clustered tables #2248

Merged
merged 1 commit into from
Jul 9, 2015

Conversation

dobe
Copy link
Contributor

@dobe dobe commented Jul 9, 2015

No description provided.

@dobe dobe force-pushed the dobe/fixidpk branch 2 times, most recently from 58e5bfd to 0c82daa Compare July 9, 2015 09:30
String unsupportedMessage = context.unsupportedMessage(columnName);
if(unsupportedMessage != null){
throw new UnsupportedFeatureException(unsupportedMessage);
private Function rewriteFields(Function function, Context context) {
Copy link
Member

Choose a reason for hiding this comment

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

wouldn't something like rewriteAndValidateFields be more accurate?

@mfussenegger
Copy link
Member

ack

dobe added a commit that referenced this pull request Jul 9, 2015
do not use _id as primary key on partitioned and clustered tables
@dobe dobe merged commit 18314dd into master Jul 9, 2015
@dobe dobe deleted the dobe/fixidpk branch July 9, 2015 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants