Skip to content

[SPARK-19926][PYSPARK][Followup] Add unicode for flake8 check - #25858

Closed
viirya wants to merge 1 commit into
apache:masterfrom
viirya:SPARK-19926-followup
Closed

[SPARK-19926][PYSPARK][Followup] Add unicode for flake8 check#25858
viirya wants to merge 1 commit into
apache:masterfrom
viirya:SPARK-19926-followup

Conversation

@viirya

@viiryaviirya commented Sep 19, 2019

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

This is a follow up to add unicode alias for Python3 in order to pass flake8 check. This is to address the comment #25814 (comment).

Why are the changes needed?

Without this, flake8 on Python3 will report error, because it can not find unicode definition.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Manual check on local

@viiryaviirya changed the title [SPARK-19926][PYSPARK]'Add unicode for flake8 check.[SPARK-19926][PYSPARK][Followup] Add unicode for flake8 checkSep 19, 2019
@viirya

Copy link
Copy Markdown
MemberAuthor

cc @tgravescs@dongjoon-hyun

@SparkQA

Copy link
Copy Markdown

Test build #111026 has finished for PR 25858 at commit ce5eb3f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@viirya

Copy link
Copy Markdown
MemberAuthor

@dongjoon-hyun@srowen Can you check if this looks good for you. thanks.

@viirya

Copy link
Copy Markdown
MemberAuthor

close this as @advancedxy responses to original PR.

@viiryaviirya closed this Sep 19, 2019
@viirya
viirya deleted the SPARK-19926-followup branch December 27, 2023 18:37
Sign up for freeto 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.

2 participants

@viirya@SparkQA