aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-9402][SQL] Remove CodegenFallback from Abs / FormatNumber.Reynold Xin2015-07-282-3/+2
* [SPARK-9394][SQL] Handle parentheses in CodeFormatter.Reynold Xin2015-07-282-4/+34
* [MINOR] [SQL] Support mutable expression unit test with codegen projectionCheng Hao2015-07-272-9/+26
* [SPARK-9373][SQL] Support StructType in Tungsten projectionReynold Xin2015-07-2712-53/+430
* [SPARK-8828] [SQL] Revert SPARK-5680Yijie Shen2015-07-277-109/+37
* Fixed a test failure.Reynold Xin2015-07-271-1/+1
* [SPARK-9395][SQL] Create a SpecializedGetters interface to track all the spec...Reynold Xin2015-07-272-14/+69
* [SPARK-8195] [SPARK-8196] [SQL] udf next_day last_dayDaoyuan Wang2015-07-276-1/+188
* [SPARK-9386] [SQL] Feature flag for metastore partition pruningMichael Armbrust2015-07-273-7/+22
* [SPARK-9355][SQL] Remove InternalRow.get generic getter call in columnar cach...Wenchen Fan2015-07-2712-95/+107
* [SPARK-9378] [SQL] Fixes test case "CTAS with serde"Cheng Lian2015-07-271-7/+9
* [SPARK-9349] [SQL] UDAF cleanupYin Huai2015-07-275-101/+187
* [SPARK-9369][SQL] Support IntervalType in UnsafeRowWenchen Fan2015-07-278-14/+50
* [SPARK-9351] [SQL] remove literals from grouping expressions in AggregateWenchen Fan2015-07-274-12/+57
* [SPARK-9376] [SQL] use a seed in RandomDataGeneratorSuiteWenchen Fan2015-07-271-1/+1
* [SPARK-9364] Fix array out of bounds and use-after-free bugs in UnsafeExterna...Josh Rosen2015-07-271-3/+6
* [SPARK-4176] [SQL] Supports decimal types with precision > 18 in ParquetRene Treffer2015-07-274-60/+85
* [SPARK-7943] [SPARK-8105] [SPARK-8435] [SPARK-8714] [SPARK-8561] Fixes multi-...Cheng Lian2015-07-2712-66/+327
* [SPARK-9371][SQL] fix the support for special chars in column names for hive ...Wenchen Fan2015-07-262-3/+11
* [SPARK-9368][SQL] Support get(ordinal, dataType) generic getter in UnsafeRow.Reynold Xin2015-07-266-8/+58
* [SPARK-9306] [SQL] Don't use SortMergeJoin when joining on unsortable columnsLiang-Chi Hsieh2015-07-263-5/+28
* [SPARK-8867][SQL] Support list / describe function usageCheng Hao2015-07-2613-20/+389
* [SPARK-9095] [SQL] Removes the old Parquet supportCheng Lian2015-07-2627-2152/+1037
* [SPARK-9356][SQL]Remove the internal use of DecimalType.UnlimitedYijie Shen2015-07-263-17/+10
* [SPARK-9354][SQL] Remove InternalRow.get generic getter call in Hive integrat...Reynold Xin2015-07-263-68/+102
* [SPARK-9350][SQL] Introduce an InternalRow generic getter that requires a Dat...Reynold Xin2015-07-2526-68/+94
* [SPARK-9348][SQL] Remove apply method on InternalRow.Reynold Xin2015-07-2522-111/+113
* [SPARK-9192][SQL] add initialization phase for nondeterministic expressionWenchen Fan2015-07-2512-76/+254
* [SPARK-9285] [SQL] Fixes Row/InternalRow conversion for HadoopFsRelationCheng Lian2015-07-252-8/+20
* [SPARK-9334][SQL] Remove UnsafeRowConverter in favor of UnsafeProjection.Reynold Xin2015-07-258-438/+209