-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-40229][PS][TEST] Re-enable excel I/O test for pandas API on Spark #37671
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
Changes from 8 commits
9b7f7dc
d149f5d
922df50
6f0edbb
83d9f51
5a2f0cb
1e573a5
af72f08
cb2b955
2488c3c
89b192d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,7 +90,6 @@ def get_excel_dfs(pandas_on_spark_location, pandas_location): | |
| "expected": pd.read_excel(pandas_location, index_col=0), | ||
| } | ||
|
|
||
| @unittest.skip("openpyxl") | ||
| def test_to_excel(self): | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually PyPy is not tested with Pandas API on Spark per https://github.com/apache/spark/blob/master/dev/sparktestsupport/modules.py#L663-L667 because pyarrow, etc are not available with PyPy. Should probably docunent it somewhere but let's do that separately.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, good to know! |
||
| with self.temp_dir() as dirpath: | ||
| pandas_location = dirpath + "/" + "output1.xlsx" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add this into Dockerfile? https://github.com/apache/spark/blob/master/dev/infra/Dockerfile
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good! Just moved