You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gpcontrib/orafce/expected/gp_partition_by.out
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ CREATE TABLE t3 (
9
9
NOTICE: Table doesn't have 'DISTRIBUTED BY' clause -- Using column named 'str' as the Greenplum Database data distribution key for this table.
10
10
HINT: The 'DISTRIBUTED BY' clause determines the distribution of data. Make sure column(s) chosen are the optimal data distribution key to minimize skew.
11
11
INSERT INTO t3 VALUES ('a'), ('b'), ('c');
12
+
ANALYZE t3;
12
13
SELECT * FROM t3 ORDER BY str;
13
14
str
14
15
-----
@@ -37,6 +38,7 @@ CREATE TABLE t4 (
37
38
NOTICE: Table doesn't have 'DISTRIBUTED BY' clause -- Using column named 'str' as the Greenplum Database data distribution key for this table.
38
39
HINT: The 'DISTRIBUTED BY' clause determines the distribution of data. Make sure column(s) chosen are the optimal data distribution key to minimize skew.
0 commit comments