aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9403] [SQL] Add codegen support in In and InSetLiang-Chi Hsieh2015-08-052-3/+48
* [SPARK-9141] [SQL] [MINOR] Fix comments of PR #7920Yin Huai2015-08-051-1/+2
* [SPARK-9141] [SQL] Remove project collapsing from DataFrame APIMichael Armbrust2015-08-051-0/+72
* [SPARK-9119] [SPARK-8359] [SQL] match Decimal.precision/scale with DecimalTypeDavies Liu2015-08-041-0/+21
* [SPARK-8231] [SQL] Add array_containsPedro Rodriguez2015-08-041-0/+15
* [SPARK-9432][SQL] Audit expression unit tests to make sure we pass the proper...Yijie Shen2015-08-045-4/+164
* [SPARK-9512][SQL] Revert SPARK-9251, Allow evaluation while sortingMichael Armbrust2015-08-041-32/+4
* [SPARK-8246] [SQL] Implement get_json_objectDavies Liu2015-08-041-0/+202
* [SPARK-8244] [SQL] string function: find in setTarek Auel2015-08-041-0/+10
* Revert "[SPARK-9372] [SQL] Filter nulls in join keys"Reynold Xin2015-08-033-46/+10
* Two minor comments from code review on 191bf2689.Reynold Xin2015-08-031-0/+2
* [SPARK-9518] [SQL] cleanup generated UnsafeRowJoiner and fix bugDavies Liu2015-08-031-2/+5
* [SPARK-9549][SQL] fix bugs in expressionsYijie Shen2015-08-034-32/+50
* [SPARK-9404][SPARK-9542][SQL] unsafe array data and map dataWenchen Fan2015-08-021-4/+110
* [SPARK-9372] [SQL] Filter nulls in join keysYin Huai2015-08-023-10/+46
* [SPARK-2205] [SQL] Avoid unnecessary exchange operators in multi-way joinsYin Huai2015-08-021-1/+1
* [SPARK-9546][SQL] Centralize orderable data type checking.Reynold Xin2015-08-022-32/+32
* [SPARK-9543][SQL] Add randomized testing for UnsafeKVExternalSorter.Reynold Xin2015-08-021-0/+6
* [SPARK-7937][SQL] Support comparison on StructTypeLiang-Chi Hsieh2015-08-021-2/+2
* [SPARK-9529] [SQL] improve TungstenSort on DecimalTypeDavies Liu2015-08-012-2/+6
* [SPARK-9459] [SQL] use generated FromUnsafeProjection to do deep copy for UTF...Davies Liu2015-08-011-2/+43
* [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, to_utc_timest...Davies Liu2015-08-012-10/+84
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-011-0/+12
* [SPARK-8263] [SQL] substr/substring should also support binary typezhichao.li2015-08-011-1/+14
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-08-011-0/+22
* Revert "[SPARK-8232] [SQL] Add sort_array support"Davies Liu2015-08-011-22/+0
* [SPARK-9480][SQL] add MapData and cleanup internal row stuffWenchen Fan2015-08-012-5/+1
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-07-311-0/+22
* [SPARK-9415][SQL] Throw AnalysisException when using MapType on Join and Aggr...Liang-Chi Hsieh2015-07-311-2/+66
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-311-0/+31
* [SPARK-9358][SQL] Code generation for UnsafeRow joiner.Reynold Xin2015-07-313-1/+275
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-311-132/+0
* [SPARK-8271][SQL]string function: soundexHuJiayin2015-07-311-0/+28
* [SQL] address comments for to_date/truncDavies Liu2015-07-311-3/+1
* [SPARK-9152][SQL] Implement code generation for Like and RLikeLiang-Chi Hsieh2015-07-302-0/+50
* [SPARK-8176] [SPARK-8197] [SQL] function to_date/ truncDaoyuan Wang2015-07-302-1/+32
* [SPARK-9425] [SQL] support DecimalType in UnsafeRowDavies Liu2015-07-304-16/+16
* [SPARK-8186] [SPARK-8187] [SPARK-8194] [SPARK-8198] [SPARK-9133] [SPARK-9290]...Daoyuan Wang2015-07-303-149/+262
* [SPARK-8174] [SPARK-8175] [SQL] function unix_timestamp, from_unixtimeDaoyuan Wang2015-07-301-1/+58
* [SPARK-9390][SQL] create a wrapper for array typeWenchen Fan2015-07-302-14/+9
* [SPARK-8005][SQL] Input file nameJoseph Batchik2015-07-291-0/+4
* [SPARK-9428] [SQL] Add test cases for null inputs for expression unit testsYijie Shen2015-07-298-49/+130
* [SPARK-9462][SQL] Initialize nondeterministic expressions in code gen fallbac...Reynold Xin2015-07-291-5/+41
* [SPARK-9448][SQL] GenerateUnsafeProjection should not share expressions acros...Reynold Xin2015-07-291-0/+90
* [SPARK-9411] [SQL] Make Tungsten page sizes configurableJosh Rosen2015-07-291-1/+5
* [SPARK-9430][SQL] Rename IntervalType to CalendarIntervalType.Reynold Xin2015-07-293-8/+10
* [SPARK-9127][SQL] Rand/Randn codegen fails with long seed.Reynold Xin2015-07-291-2/+5
* [SPARK-9251][SQL] do not order by expressions which still need evaluationWenchen Fan2015-07-291-4/+32
* [SPARK-9281] [SQL] use decimal or double when parsing SQLDavies Liu2015-07-281-2/+2
* [SPARK-9398] [SQL] Datetime cleanupYijie Shen2015-07-281-0/+2