aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use newOrdering...Josh Rosen2015-08-0512-36/+55
* [SPARK-9403] [SQL] Add codegen support in In and InSetLiang-Chi Hsieh2015-08-056-10/+119
* [SPARK-9141] [SQL] [MINOR] Fix comments of PR #7920Yin Huai2015-08-052-3/+3
* [SPARK-9141] [SQL] Remove project collapsing from DataFrame APIMichael Armbrust2015-08-0518-106/+234
* [SPARK-9381] [SQL] Migrate JSON data source to the new partitioning data sourceCheng Hao2015-08-0515-223/+382
* [SPARK-9618] [SQL] Use the specified schema when reading Parquet filesNathan Howell2015-08-051-1/+1
* [SPARK-9593] [SQL] Fixes Hadoop shims loadingCheng Lian2015-08-051-0/+48
* [SPARK-9628][SQL]Rename int to SQLDate, long to SQLTimestamp for better reada...Yijie Shen2015-08-051-32/+37
* [SPARK-8861][SPARK-8862][SQL] Add basic instrumentation to each SparkPlan ope...zsxwing2015-08-0521-48/+1710
* [SPARK-9360] [SQL] Support BinaryType in PrefixComparators for UnsafeExternal...Takeshi YAMAMURO2015-08-052-0/+5
* [SPARK-9581][SQL] Add unit test for JSON UDTEmiliano Leporati2015-08-052-1/+21
* [SPARK-9119] [SPARK-8359] [SQL] match Decimal.precision/scale with DecimalTypeDavies Liu2015-08-0416-50/+122
* [SPARK-8231] [SQL] Add array_containsPedro Rodriguez2015-08-045-5/+146
* [SPARK-9513] [SQL] [PySpark] Add python API for DataFrame functionsDavies Liu2015-08-041-72/+8
* [SPARK-7119] [SQL] Give script a default serde with the user specific typeszhichao.li2015-08-043-60/+49
* [SPARK-9432][SQL] Audit expression unit tests to make sure we pass the proper...Yijie Shen2015-08-045-4/+164
* [SPARK-9598][SQL] do not expose generic getter in internal rowWenchen Fan2015-08-0411-108/+80
* [SPARK-9452] [SQL] Support records larger than page size in UnsafeExternalSorterJosh Rosen2015-08-043-80/+143
* [SPARK-9553][SQL] remove the no-longer-necessary createCode and createStructC...Wenchen Fan2015-08-042-154/+17
* [SPARK-9606] [SQL] Ignore flaky thrift server testsMichael Armbrust2015-08-041-1/+3
* [SPARK-9512][SQL] Revert SPARK-9251, Allow evaluation while sortingMichael Armbrust2015-08-043-99/+8
* [SPARK-9541] [SQL] DataTimeUtils cleanupYijie Shen2015-08-041-85/+57
* [SPARK-8246] [SQL] Implement get_json_objectDavies Liu2015-08-0417-1/+613
* [SPARK-8244] [SQL] string function: find in setTarek Auel2015-08-044-2/+42
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-046-14/+13
* [SPARK-9577][SQL] Surface concrete iterator types in various sort classes.Reynold Xin2015-08-032-81/+61
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-0373-534/+2194
* Revert "[SPARK-9372] [SQL] Filter nulls in join keys"Reynold Xin2015-08-0311-572/+37
* [SPARK-8735] [SQL] Expose memory usage for shuffles, joins and aggregationsAndrew Or2015-08-0313-29/+231
* [SPARK-9554] [SQL] Enables in-memory partition pruning by defaultCheng Lian2015-08-031-1/+1
* [SQL][minor] Simplify UnsafeRow.calculateBitSetWidthInBytes.Reynold Xin2015-08-032-1/+11
* [SPARK-9511] [SQL] Fixed Table Name ParsingJoseph Batchik2015-08-032-0/+12
* Two minor comments from code review on 191bf2689.Reynold Xin2015-08-032-1/+3
* [SPARK-9518] [SQL] cleanup generated UnsafeRowJoiner and fix bugDavies Liu2015-08-032-72/+37
* [SPARK-9551][SQL] add a cheap version of copy for UnsafeRow to reuse a copy b...Wenchen Fan2015-08-032-0/+70
* [SPARK-9240] [SQL] Hybrid aggregate operator using unsafe rowYin Huai2015-08-0313-973/+1697
* [SPARK-9549][SQL] fix bugs in expressionsYijie Shen2015-08-039-43/+79
* [SPARK-9404][SPARK-9542][SQL] unsafe array data and map dataWenchen Fan2015-08-0215-31/+1292
* [SPARK-9372] [SQL] Filter nulls in join keysYin Huai2015-08-0211-37/+572
* [SPARK-2205] [SQL] Avoid unnecessary exchange operators in multi-way joinsYin Huai2015-08-0210-31/+148
* [SPARK-9546][SQL] Centralize orderable data type checking.Reynold Xin2015-08-0215-144/+173
* [SPARK-9543][SQL] Add randomized testing for UnsafeKVExternalSorter.Reynold Xin2015-08-023-121/+125
* [SPARK-7937][SQL] Support comparison on StructTypeLiang-Chi Hsieh2015-08-0211-15/+135
* [SPARK-9531] [SQL] UnsafeFixedWidthAggregationMap.destructAndCreateExternalSo...Reynold Xin2015-08-0210-140/+586
* [SPARK-9208][SQL] Sort DataFrame functions alphabetically.Reynold Xin2015-08-022-363/+291
* [SPARK-9529] [SQL] improve TungstenSort on DecimalTypeDavies Liu2015-08-015-14/+30
* [SPARK-9459] [SQL] use generated FromUnsafeProjection to do deep copy for UTF...Davies Liu2015-08-017-26/+231
* [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, to_utc_timest...Davies Liu2015-08-019-61/+297
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-015-0/+48
* [SPARK-9495] prefix of DateType/TimestampTypeDavies Liu2015-08-012-2/+6