https://github.com/apache/spark
Revision 05f48d74f77c4eaa20e4f6626649cb9201978bb5 authored by Hyukjin Kwon on 31 October 2023, 07:47:30 UTC, committed by Hyukjin Kwon on 31 October 2023, 07:47:58 UTC
### What changes were proposed in this pull request?

This PR is a followup of https://github.com/apache/spark/pull/39214 that restores the original Catalog tests in PySpark. That PR mistakenly disabled the tests without Spark Connect:

https://github.com/apache/spark/blob/fc6a5cca06cf15c4a952cb56720f627efdba7cce/python/pyspark/sql/tests/test_catalog.py#L489

### Why are the changes needed?

To restore the test coverage.

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

No, test-only.

### How was this patch tested?

Reenabled unittests.

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

No.

Closes #43595 from HyukjinKwon/SPARK-45735.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit 76d9a70932df97d8ea4cc6e279933dee29a88571)
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent d8922f3
History
Tip revision: 05f48d74f77c4eaa20e4f6626649cb9201978bb5 authored by Hyukjin Kwon on 31 October 2023, 07:47:30 UTC
[SPARK-45735][PYTHON][CONNECT][TESTS] Reenable CatalogTests without Spark Connect
Tip revision: 05f48d7

README.md

back to top