You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/24 20:00:21 UTC

[GitHub] [arrow] Plebejer opened a new pull request #7831: ARROW-9544: [R] Fix version argument of write_parquet()

Plebejer opened a new pull request #7831:
URL: https://github.com/apache/arrow/pull/7831


   Setting the version argument in `write_parquet()` did not work due to an incorrect function name. This PR fixes the bug, adds tests and amends the documentation.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #7831: ARROW-9544: [R] Fix version argument of write_parquet()

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #7831:
URL: https://github.com/apache/arrow/pull/7831#issuecomment-663717131


   @github-actions autotune


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] Plebejer commented on pull request #7831: ARROW-9544: [R] Fix version argument of write_parquet()

Posted by GitBox <gi...@apache.org>.
Plebejer commented on pull request #7831:
URL: https://github.com/apache/arrow/pull/7831#issuecomment-664168187


   Is there anything I can do about the failing check: https://github.com/apache/arrow/pull/7831/checks?check_run_id=913427693?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson closed pull request #7831: ARROW-9544: [R] Fix version argument of write_parquet()

Posted by GitBox <gi...@apache.org>.
nealrichardson closed pull request #7831:
URL: https://github.com/apache/arrow/pull/7831


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7831: ARROW-9544: [R] Fix version argument of write_parquet()

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7831:
URL: https://github.com/apache/arrow/pull/7831#issuecomment-663710934


   https://issues.apache.org/jira/browse/ARROW-9544


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] Plebejer commented on a change in pull request #7831: ARROW-9544: [R] Fix version argument of write_parquet()

Posted by GitBox <gi...@apache.org>.
Plebejer commented on a change in pull request #7831:
URL: https://github.com/apache/arrow/pull/7831#discussion_r461341555



##########
File path: r/NEWS.md
##########
@@ -50,6 +50,7 @@
 
 * Non-UTF-8 strings (common on Windows) are correctly coerced to UTF-8 when passing to Arrow memory and appropriately re-localized when converting to R
 * The `coerce_timestamps` option to `write_parquet()` is now correctly implemented.
+* The `version` option to `write_parquet()` is now correctly implemented.

Review comment:
       Changed. Thanks for your patience.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org