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

ARROW-9129: [Python][JPype] Remove JPype version check #7433

Closed
wants to merge 1 commit into from

Conversation

kou
Copy link
Member

@kou kou commented Jun 14, 2020

Because we only run the test with the latest JPype.

Error details:

https://github.com/ursa-labs/crossbow/runs/769433714#step:6:7995

>       if jpype.__version_info__ >= (0, 7):
E       TypeError: '>=' not supported between instances of 'list' and 'tuple'

Because we only run the test with the latest JPype.
@kou
Copy link
Member Author

kou commented Jun 14, 2020

@github-actions crossbow submit test-conda-python-3.8-jpype

@github-actions
Copy link

Revision: 4fd9f16

Submitted crossbow builds: ursa-labs/crossbow @ actions-319

Task Status
test-conda-python-3.8-jpype Github Actions

@github-actions
Copy link

@kou
Copy link
Member Author

kou commented Jun 14, 2020

+1

The error has gone but new errors are appeared:

https://github.com/ursa-labs/crossbow/runs/770616977?check_suite_focus=true#step:6:10042

>       return om.readValue(jvm_spec, pojo_Field)
E       pyarrow.tests.test_jvm.com.fasterxml.jackson.databind.exc.MismatchedInputException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.util.ArrayList` out of START_OBJECT token
E        at [Source: (String)"{"name": "field_name", "nullable": true, "type": {"name": "timestamp", "unit": "NANOSECOND", "timezone": "Europe/Paris"}, "children": [], "metadata": {"field meta": "field data"}}"; line: 1, column: 151] (through reference chain: org.apache.arrow.vector.types.pojo.Field["metadata"])

The new errors are out of scope of this pull request.

@kou kou closed this in 89eae4f Jun 14, 2020
@kou kou deleted the python-jpype-remove-version-check branch June 14, 2020 21:29
@kou
Copy link
Member Author

kou commented Jun 15, 2020

@xhochy Could you take a look the #7433 (comment) error?

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.

1 participant