[
https://issues.apache.org/jira/browse/PIG-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596060#action_12596060
]
Pi Song commented on PIG-237:
-----------------------------
Sorry for Pradeep. In this case I will create a patch which is a piece of code
copied from type branch.
It will be available in 20 if there is no problem (I'm running unit tests).
> Pig allows to overwrite existing files
> --------------------------------------
>
> Key: PIG-237
> URL: https://issues.apache.org/jira/browse/PIG-237
> Project: Pig
> Issue Type: Bug
> Reporter: Olga Natkovich
> Assignee: Pradeep Kamath
>
> You can run the following script multiple times and it will not produce the
> error second time saying that the directory already exists. If the existing
> file is a single file and not a directory, hadoop eventually produces an
> error but with directory it runs to completion.
> A = load 'data';
> store A into 'foo';
> The validation code is missing from
> org/apache/pig/impl/logicalLayer/parser/QueryParser.jjt in StoreClause()
> function.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.