Skip to content

Conversation

@HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR renames spark.sql.pandas.udf.buffer.size to spark.sql.execution.pandas.udf.buffer.size to be more consistent with other pandas configuration prefixes, given:

  • spark.sql.execution.pandas.arrowSafeTypeConversion
  • spark.sql.execution.pandas.respectSessionTimeZone
  • spark.sql.legacy.execution.pandas.groupedMap.assignColumnsByName
  • other configurations like spark.sql.execution.arrow.*.

Why are the changes needed?

To make configuration names consistent.

Does this PR introduce any user-facing change?

No because this configuration was not released yet.

How was this patch tested?

Existing tests should cover.

@HyukjinKwon
Copy link
Member Author

retest this please

1 similar comment
@cloud-fan
Copy link
Contributor

retest this please

@cloud-fan
Copy link
Contributor

Seems jenkins has an issue

ERROR: [WS-CLEANUP] Cannot delete workspace: remote file operation failed: /home/jenkins/workspace/SparkPullRequestBuilder at hudson.remoting.Channel@1f322a84:amp-jenkins-worker-02: java.nio.file.FileSystemException: /home/jenkins/workspace/SparkPullRequestBuilder: Read-only file system
ERROR: Cannot delete workspace: remote file operation failed: /home/jenkins/workspace/SparkPullRequestBuilder at hudson.remoting.Channel@1f322a84:amp-jenkins-worker-02: java.nio.file.FileSystemException: /home/jenkins/workspace/SparkPullRequestBuilder: Read-only file system

@HyukjinKwon
Copy link
Member Author

cc @shaneknapp fyi

@cloud-fan
Copy link
Contributor

retest this please

@shaneknapp
Copy link
Contributor

cc @shaneknapp fyi

that worker has a bad hard drive and has been taken offline.

@shaneknapp
Copy link
Contributor

test this please

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@SparkQA
Copy link

SparkQA commented Feb 5, 2020

Test build #117863 has finished for PR 27450 at commit 1aedfdf.

  • This patch fails SparkR unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon
Copy link
Member Author

The tests will be fixed at #27460. I am going to merge this.

@HyukjinKwon
Copy link
Member Author

Merged to master.

@dongjoon-hyun
Copy link
Member

All tests passed. The R failure is a known issue. Merged to master.
Thank you, @HyukjinKwon, @cloud-fan , @WeichenXu123 , @MaxGekk , @shaneknapp , and @viirya .

@dongjoon-hyun
Copy link
Member

Oh, @HyukjinKwon is faster. :)

@HyukjinKwon HyukjinKwon deleted the SPARK-27870-followup branch March 3, 2020 01:16
HyukjinKwon added a commit that referenced this pull request Apr 8, 2020
…ize to spark.sql.execution.pandas.udf.buffer.size

### What changes were proposed in this pull request?

This PR renames `spark.sql.pandas.udf.buffer.size` to `spark.sql.execution.pandas.udf.buffer.size` to be more consistent with other pandas configuration prefixes, given:
-  `spark.sql.execution.pandas.arrowSafeTypeConversion`
- `spark.sql.execution.pandas.respectSessionTimeZone`
- `spark.sql.legacy.execution.pandas.groupedMap.assignColumnsByName`
- other configurations like `spark.sql.execution.arrow.*`.

### Why are the changes needed?

To make configuration names consistent.

### Does this PR introduce any user-facing change?

No because this configuration was not released yet.

### How was this patch tested?

Existing tests should cover.

Closes #27450 from HyukjinKwon/SPARK-27870-followup.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants