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
PARQUET-22: Backport of HIVE-6938 adding rename support for parquet
This patch was included in hive after the moving the Serde to hive (included in hive 0.14+). Backport is required for use with previous versions.
Author: Daniel Weeks <[email protected]>
Closesapache#13 from dcw-netflix/backport-hive-6938-rename and squashes the following commits:
453367b [Daniel Weeks] Backport of HIVE-6938 adding rename support for parquet
Copy file name to clipboardExpand all lines: parquet-hive/parquet-hive-storage-handler/src/main/java/org/apache/hadoop/hive/ql/io/parquet/read/DataWritableReadSupport.java
+28-3Lines changed: 28 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ public class DataWritableReadSupport extends ReadSupport<ArrayWritable> {
0 commit comments