[
https://issues.apache.org/jira/browse/ARROW-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288368#comment-16288368
]
ASF GitHub Bot commented on ARROW-1915:
---------------------------------------
wesm closed pull request #1415: ARROW-1915: [Python] Add missing parquet
decorator to decimal tests
URL: https://github.com/apache/arrow/pull/1415
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/python/pyarrow/tests/test_parquet.py
b/python/pyarrow/tests/test_parquet.py
index 79e24d8d4..fc8c8f0c9 100644
--- a/python/pyarrow/tests/test_parquet.py
+++ b/python/pyarrow/tests/test_parquet.py
@@ -1593,6 +1593,7 @@ def test_backwards_compatible_column_metadata_handling():
tm.assert_frame_equal(result, expected[['a']].reset_index(drop=True))
+@parquet
def test_decimal_roundtrip(tmpdir):
num_values = 10
@@ -1619,6 +1620,7 @@ def test_decimal_roundtrip(tmpdir):
tm.assert_frame_equal(result, expected)
+@parquet
@pytest.mark.xfail(
raises=pa.ArrowException, reason='Parquet does not support negative scale'
)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Python] Parquet tests should be optional
> -----------------------------------------
>
> Key: ARROW-1915
> URL: https://issues.apache.org/jira/browse/ARROW-1915
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Bryan Cutler
> Assignee: Bryan Cutler
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> Two decimal tests in {{test_parquet.py}} are missing the @parquet decorator
> to allow skipping if parquet is not install, resulting in failure
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)