aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-8186] [SPARK-8187] [SPARK-8194] [SPARK-8198] [SPARK-9133] [SPARK-9290]...Daoyuan Wang2015-07-309-150/+727
* [SPARK-8174] [SPARK-8175] [SQL] function unix_timestamp, from_unixtimeDaoyuan Wang2015-07-305-4/+374
* [SPARK-8850] [SQL] Enable Unsafe mode by defaultJosh Rosen2015-07-304-22/+10
* [SPARK-9361] [SQL] Refactor new aggregation code to reduce the times of check...Liang-Chi Hsieh2015-07-305-164/+188
* [SPARK-9390][SQL] create a wrapper for array typeWenchen Fan2015-07-3032-163/+417
* [SPARK-8838] [SQL] Add config to enable/disable merging part-files when mergi...Liang-Chi Hsieh2015-07-303-1/+52
* Fix flaky HashedRelationSuiteReynold Xin2015-07-302-5/+8
* Revert "[SPARK-9458] Avoid object allocation in prefix generation."Reynold Xin2015-07-306-35/+39
* [SPARK-8005][SQL] Input file nameJoseph Batchik2015-07-2910-284/+99
* [SPARK-9428] [SQL] Add test cases for null inputs for expression unit testsYijie Shen2015-07-2914-81/+167
* HOTFIX: disable HashedRelationSuite.Reynold Xin2015-07-291-3/+3
* [SPARK-9116] [SQL] [PYSPARK] support Python only UDT in __main__Davies Liu2015-07-293-1/+38
* [SPARK-9462][SQL] Initialize nondeterministic expressions in code gen fallbac...Reynold Xin2015-07-292-6/+47
* [SPARK-9458] Avoid object allocation in prefix generation.Reynold Xin2015-07-296-39/+35
* [SPARK-9448][SQL] GenerateUnsafeProjection should not share expressions acros...Reynold Xin2015-07-292-6/+96
* [SPARK-9411] [SQL] Make Tungsten page sizes configurableJosh Rosen2015-07-295-4/+19
* [SPARK-9430][SQL] Rename IntervalType to CalendarIntervalType.Reynold Xin2015-07-2921-204/+238
* [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-295-12/+101
* [SPARK-9281] [SQL] use decimal or double when parsing SQLDavies Liu2015-07-286-37/+62
* [SPARK-9398] [SQL] Datetime cleanupYijie Shen2015-07-283-43/+47
* [SPARK-8608][SPARK-8609][SPARK-9083][SQL] reset mutable states of nondetermin...Wenchen Fan2015-07-287-76/+120
* [SPARK-9422] [SQL] Remove the placeholder attributes used in the aggregation ...Yin Huai2015-07-285-140/+121
* [SPARK-9421] Fix null-handling bugs in UnsafeRow.getDouble, getFloat(), and g...Josh Rosen2015-07-283-14/+21
* [SPARK-9418][SQL] Use sort-merge join as the default shuffle join.Reynold Xin2015-07-284-9/+9
* [SPARK-9420][SQL] Move expressions in sql/core package to catalyst.Reynold Xin2015-07-2811-66/+23
* [SPARK-9393] [SQL] Fix several error-handling bugs in ScriptTransform operatorJosh Rosen2015-07-284-123/+317
* [SPARK-9247] [SQL] Use BytesToBytesMap for broadcast joinDavies Liu2015-07-2812-121/+214
* [SPARK-8003][SQL] Added virtual column support to SparkJoseph Batchik2015-07-288-8/+40
* [SPARK-9196] [SQL] Ignore test DatetimeExpressionsSuite: function current_tim...Yin Huai2015-07-281-1/+2
* [SPARK-9397] DataFrame should provide an API to find source data files if app...Aaron Davidson2015-07-283-5/+41
* [SPARK-8196][SQL] Fix null handling & documentation for next_day.Reynold Xin2015-07-2811-124/+158
* [SPARK-9373][SQL] follow up for StructType support in Tungsten projection.Reynold Xin2015-07-283-26/+23