Skip to content

Commit

Permalink
HIVE-26000: DirectSQL to pruning partitions fails with postgres backe…
Browse files Browse the repository at this point in the history
…nd for Skewed-Partition tables (Naresh PR via Zoltan and Naveen)
  • Loading branch information
nareshpr authored and nrg4878 committed Mar 7, 2022
1 parent a6d5e7b commit 9e19277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ static void setSkewedColLocationMaps(String SKEWED_COL_VALUE_LOC_MAP,
String queryText;
queryText =
"select " + SKEWED_COL_VALUE_LOC_MAP + ".\"SD_ID\","
+ " " + SKEWED_STRING_LIST_VALUES + ".STRING_LIST_ID,"
+ " " + SKEWED_STRING_LIST_VALUES + ".\"STRING_LIST_ID\","
+ " " + SKEWED_COL_VALUE_LOC_MAP + ".\"LOCATION\","
+ " " + SKEWED_STRING_LIST_VALUES + ".\"STRING_LIST_VALUE\" "
+ "from " + SKEWED_COL_VALUE_LOC_MAP + ""
Expand Down

0 comments on commit 9e19277

Please sign in to comment.