Commit a83d290
committed
Passes Hive Metastore partitioning information to ParquetRelation2
Rewires Parquet data source and the new data source write support
Temporary solution for moving Parquet conversion to analysis phase
Although it works, it's so ugly... I duplicated the whole Analyzer
in Hive Context. Have to fix this.
Cleaner solution for Metastore Parquet table conversion
Fixes compilation errors introduced during rebasing
Minor cleanups
Addresses @yhuai's comments1 parent ed5f4bb commit a83d290
File tree
8 files changed
+529
-155
lines changed- sql
- core/src
- main/scala/org/apache/spark/sql/parquet
- test/scala/org/apache/spark/sql/parquet
- hive/src/main/scala/org/apache/spark/sql/hive
8 files changed
+529
-155
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
| 650 | + | |
651 | 651 | | |
652 | 652 | | |
Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
128 | 151 | | |
0 commit comments