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

use sourceLookup for copy to with columns #699

Merged
merged 1 commit into from Apr 16, 2014
Merged

Conversation

mfussenegger
Copy link
Member

No description provided.

}

assert referenceInfo.ident().columnIdent().path().size() > 0;
final String fqn = Joiner.on(".").join(referenceInfo.ident().columnIdent().path());
Copy link
Contributor

Choose a reason for hiding this comment

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

is this really fqn? don't you need the columnIdent.name too?

Copy link
Member Author

Choose a reason for hiding this comment

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

no it's not needed or rather wouldn't work with columIdent.name.
columIdent.name is _DOC here and is just used as a prefix to indicate that a sourceLookup should be used.

Copy link
Contributor

Choose a reason for hiding this comment

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

fine! :) didn't see that.

@mfelsche
Copy link
Contributor

ack

@mfussenegger mfussenegger merged commit 0756412 into copy Apr 16, 2014
@mfussenegger mfussenegger deleted the j/copy_to_sourceLookup branch April 16, 2014 11:29
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