aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-9520] [SQL] Support in-place sort in UnsafeFixedWidthAggregationMapReynold Xin2015-08-015-4/+162
* [SPARK-8263] [SQL] substr/substring should also support binary typezhichao.li2015-08-014-6/+81
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-08-015-7/+167
* Revert "[SPARK-8232] [SQL] Add sort_array support"Davies Liu2015-08-015-166/+7
* [SPARK-9480][SQL] add MapData and cleanup internal row stuffWenchen Fan2015-08-0138-526/+744
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-314-60/+97
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-07-315-7/+166
* [SPARK-9415][SQL] Throw AnalysisException when using MapType on Join and Aggr...Liang-Chi Hsieh2015-07-314-25/+77
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-315-1/+125
* [SPARK-9358][SQL] Code generation for UnsafeRow joiner.Reynold Xin2015-07-319-10/+544
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-314-27/+67
* [SPARK-8271][SQL]string function: soundexHuJiayin2015-07-315-0/+62
* [SPARK-9233] [SQL] Enable code-gen in window function unit testsYin Huai2015-07-312-35/+12
* [SPARK-9466] [SQL] Increate two timeouts in CliSuite.Yin Huai2015-07-311-2/+2
* [SPARK-8640] [SQL] Enable Processing of Multiple Window Frames in a Single Wi...Herman van Hovell2015-07-315-17/+40
* [SQL] address comments for to_date/truncDavies Liu2015-07-314-11/+14
* [SPARK-9500] add TernaryExpression to simplify ternary expressionsDavies Liu2015-07-314-326/+183
* [SPARK-9496][SQL]do not print the password in configWangTaoTheTonic2015-07-301-1/+5
* [SPARK-9152][SQL] Implement code generation for Like and RLikeLiang-Chi Hsieh2015-07-304-22/+180
* [SPARK-8176] [SPARK-8197] [SQL] function to_date/ truncDaoyuan Wang2015-07-307-2/+215
* [SPARK-9489] Remove unnecessary compatibility and requirements checks from Ex...Josh Rosen2015-07-302-94/+17
* [SPARK-6319][SQL] Throw AnalysisException when using BinaryType on Join and A...Liang-Chi Hsieh2015-07-303-1/+39
* [SPARK-9425] [SQL] support DecimalType in UnsafeRowDavies Liu2015-07-3023-125/+237
* [SPARK-9458][SPARK-9469][SQL] Code generate prefix computation in sorting & m...Reynold Xin2015-07-308-123/+105
* [SPARK-7157][SQL] add sampleBy to DataFrameXiangrui Meng2015-07-303-2/+61