Skip to content

[SPARK-56755][SQL][TESTS][FOLLOWUP][4.0] Fix ShowCreateTableSuite#55791

Closed
pan3793 wants to merge 1 commit into
apache:branch-4.0from
pan3793:SPARK-56755-followup-4.0
Closed

[SPARK-56755][SQL][TESTS][FOLLOWUP][4.0] Fix ShowCreateTableSuite#55791
pan3793 wants to merge 1 commit into
apache:branch-4.0from
pan3793:SPARK-56755-followup-4.0

Conversation

@pan3793
Copy link
Copy Markdown
Member

@pan3793 pan3793 commented May 11, 2026

Port #55780 to branch-4.0

What changes were proposed in this pull request?

A follow-up of the backport (#55718) to fix the test - SPARK-55372 (4.2.0) changed the output of SHOW CREATE TABLE ... output for STRING columns, it does not go to branch-4.1/branch-4.0, so the test case should be modified.

Why are the changes needed?

Fix tests.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

$ build/sbt "sql/testOnly *ShowCreateTableSuite"
[info] Run completed in 11 seconds, 832 milliseconds.
[info] Total number of tests run: 46
[info] Suites: completed 2, aborted 0
[info] Tests: succeeded 46, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 304 s (0:05:04.0), completed May 9, 2026, 5:36:26 PM

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

No.

A follow-up of the backport (apache#55718) to fix the test - SPARK-55372 (4.2.0) changed the output of `SHOW CREATE TABLE ...` output for `STRING` columns, it does not go to branch-4.1, so the test case should be modified.

Fix tests.

No.

```
$ build/sbt "sql/testOnly *ShowCreateTableSuite"
[info] Run completed in 11 seconds, 832 milliseconds.
[info] Total number of tests run: 46
[info] Suites: completed 2, aborted 0
[info] Tests: succeeded 46, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 304 s (0:05:04.0), completed May 9, 2026, 5:36:26 PM
```

No.

Closes apache#55780 from pan3793/SPARK-56755-4.1.

Authored-by: Cheng Pan <pan3793@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
pan3793 added a commit that referenced this pull request May 11, 2026
Port #55780 to branch-4.0

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

A follow-up of the backport (#55718) to fix the test - SPARK-55372 (4.2.0) changed the output of `SHOW CREATE TABLE ...` output for `STRING` columns, it does not go to branch-4.1/branch-4.0, so the test case should be modified.

### Why are the changes needed?

Fix tests.

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

No.

### How was this patch tested?

```
$ build/sbt "sql/testOnly *ShowCreateTableSuite"
[info] Run completed in 11 seconds, 832 milliseconds.
[info] Total number of tests run: 46
[info] Suites: completed 2, aborted 0
[info] Tests: succeeded 46, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 304 s (0:05:04.0), completed May 9, 2026, 5:36:26 PM
```

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

No.

Closes #55791 from pan3793/SPARK-56755-followup-4.0.

Authored-by: Cheng Pan <pan3793@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
@pan3793
Copy link
Copy Markdown
Member Author

pan3793 commented May 11, 2026

thanks, merged to branch-4.0 (closed via 5a785d6)

@pan3793 pan3793 closed this May 11, 2026
Sign up for free to 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