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

implement COPY <table> TO DIRECTORY #685

Merged
merged 1 commit into from Apr 14, 2014
Merged

Conversation

mfussenegger
Copy link
Member

No description provided.

@@ -56,12 +72,38 @@ public Symbol visitCopyTo(CopyTo node, CopyAnalysis context) {
context.uri(process(node.targetUri(), context));

if (node.directoryUri()) {
// TODO: add format symbols to generate shard specific uris
throw new UnsupportedFeatureException("directory URI not supprted");
Symbol uri = context.uri();
Copy link
Contributor

Choose a reason for hiding this comment

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

Stringvistitor

@dobe
Copy link
Contributor

dobe commented Apr 14, 2014

changes.txt then ack

@mfussenegger mfussenegger merged commit 1692a06 into master Apr 14, 2014
@mfussenegger mfussenegger deleted the j/copy_to_directory branch April 14, 2014 09:52
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