Skip to content

[Bug] rpt_joins case failed #246

@smartyhero

Description

@smartyhero

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: BugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions