Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] rpt_joins case failed #246

Closed
1 of 2 tasks
smartyhero opened this issue Oct 18, 2023 · 1 comment · Fixed by #254
Closed
1 of 2 tasks

[Bug] rpt_joins case failed #246

smartyhero opened this issue Oct 18, 2023 · 1 comment · Fixed by #254
Labels
type: Bug Something isn't working

Comments

@smartyhero
Copy link
Contributor

Cloudberry Database version

PostgreSQL 14.4 (Cloudberry Database 1.0.0+5d6f0e9a24 build commit:5d6f0e9a247ffe695377867ba351f1f4db060210) on x86_64-pc-linux-gnu, compiled by gcc (GCC) 10.2.1 20210130 (Red Hat 10.2.1-11), 64-bit compiled on Oct 18 2023 02:18:42 (with assert checking)

What happened

run icw test failed

case name: rpt_joins

log

diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /code/gpdb_src/src/test/regress/expected/rpt_joins.out /code/gpdb_src/src/test/regress/results/rpt_joins.out
--- /code/gpdb_src/src/test/regress/expected/rpt_joins.out	2023-10-18 15:06:21.490683531 +0800
+++ /code/gpdb_src/src/test/regress/results/rpt_joins.out	2023-10-18 15:06:21.543685600 +0800
@@ -2350,8 +2354,8 @@
 QUERY PLAN
 ___________
  Hash Join
-   Hash Cond: (g.dbid = rpt_issue_15860.c1)
-   ->  Seq Scan on gp_segment_configuration g
+   Hash Cond: (gp_get_segment_configuration.dbid = rpt_issue_15860.c1)
+   ->  Function Scan on gp_get_segment_configuration
    ->  Hash
          ->  Explicit Gather Motion 3:1  (slice1; segments: 3)
                ->  Insert on rpt_issue_15860

logfile: rpt_joins.out.log

What you think should happen instead

No response

How to reproduce

use 5d6f0e9 commit
rerun rpt_joins case

Operating System

centos x86 on k8s

Anything else

No response

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@smartyhero smartyhero added the type: Bug Something isn't working label Oct 18, 2023
@avamingli
Copy link
Collaborator

This is caused by external_fts, our cases don't open it, but gitlab CI does.

That's a problem @my-ship-it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants