Skip to content

Conversation

@HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR proposes to skip test_create_without_provider in backward compatibility test in https://github.com/apache/spark/actions/workflows/build_python_connect35.yml

Why are the changes needed?

This is a intentional behaviour change (SPARK-46122)

Does this PR introduce any user-facing change?

No, test-only.

How was this patch tested?

Tested in my fork

Was this patch authored or co-authored using generative AI tooling?

No.

@HyukjinKwon
Copy link
Member Author

Merged to branch-3.5.

HyukjinKwon added a commit that referenced this pull request May 7, 2024


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

This PR proposes to skip `test_create_without_provider` in backward compatibility test in https://github.com/apache/spark/actions/workflows/build_python_connect35.yml

### Why are the changes needed?

This is a intentional behaviour change (SPARK-46122)

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

No, test-only.

### How was this patch tested?

Tested in my fork

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #46430 from HyukjinKwon/SPARK-48167.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
@HyukjinKwon HyukjinKwon closed this May 7, 2024
self.assertEqual(100, self.spark.sql("select * from test_table").count())

@unittest.skipIf(
"SPARK_SKIP_CONNECT_COMPAT_TESTS" in os.environ, "Known behavior change in 4.0")
Copy link
Member

Choose a reason for hiding this comment

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

It seems that branch-3.5 has different linter rule.

I made a follow-up to recover branch-3.5 CI.

dongjoon-hyun added a commit that referenced this pull request May 7, 2024
…py to fix Python Linter error

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

This is a follow-up of #46430 to fix Python linter failure.

### Why are the changes needed?

To recover `branch-3.5` CI,
- https://github.com/apache/spark/actions/runs/8981228745/job/24666400664

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

No.

### How was this patch tested?

Pass Python Linter in this PR builder.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #46445 from dongjoon-hyun/SPARK-48167.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants