Skip to content

Commit

Permalink
Merge branch 'apache:master' into HIVE-28147
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 authored Apr 5, 2024
2 parents 34da82f + c629020 commit 0428a18
Show file tree
Hide file tree
Showing 111 changed files with 1,175 additions and 9,571 deletions.
4 changes: 2 additions & 2 deletions common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
Original file line number Diff line number Diff line change
Expand Up @@ -2691,8 +2691,8 @@ public static enum ConfVars {
"\n" +
"If the skew information is correctly stored in the metadata, hive.optimize.skewjoin.compiletime\n" +
"would change the query plan to take care of it, and hive.optimize.skewjoin will be a no-op."),

HIVE_OPTIMIZE_REPLACE_DELETE_WITH_TRUNCATE("hive.optimize.delete.all", false,
@Deprecated
HIVE_OPTIMIZE_REPLACE_DELETE_WITH_TRUNCATE("hive.optimize.delete.all", true,
"Optimize delete the entire data from table, use truncate instead"),
HIVE_OPTIMIZE_METADATA_DELETE("hive.optimize.delete.metadata.only", true,
"Optimize delete the entire data from table, use truncate instead"),
Expand Down
170 changes: 0 additions & 170 deletions hcatalog/src/docs/forrest.properties

This file was deleted.

27 changes: 0 additions & 27 deletions hcatalog/src/docs/forrest.properties.dispatcher.properties

This file was deleted.

32 changes: 0 additions & 32 deletions hcatalog/src/docs/forrest.properties.xml

This file was deleted.

132 changes: 0 additions & 132 deletions hcatalog/src/docs/overview.html

This file was deleted.

23 changes: 0 additions & 23 deletions hcatalog/src/docs/src/documentation/README.txt

This file was deleted.

Loading

0 comments on commit 0428a18

Please sign in to comment.