aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-9336][SQL] Remove extra JoinedRowsReynold Xin2015-07-257-498/+8
* [Spark-8668][SQL] Adding expr to functionsJD2015-07-252-2/+24
* [SPARK-9331][SQL] Add a code formatter to auto-format generated code.Reynold Xin2015-07-248-10/+148
* [SPARK-9330][SQL] Create specialized getStruct getter in InternalRow.Reynold Xin2015-07-245-40/+77
* [SPARK-9067] [SQL] Close reader in NewHadoopRDD early if there is no more dataLiang-Chi Hsieh2015-07-241-13/+23
* [SPARK-9295] Analysis should detect sorting on unsupported column typesJosh Rosen2015-07-242-0/+15
* [SPARK-9292] Analysis should check that join conditions' data types are Boole...Josh Rosen2015-07-243-1/+14
* [SPARK-9305] Rename org.apache.spark.Row to Item.Reynold Xin2015-07-241-2/+1
* [SPARK-9285][SQL] Remove InternalRow's inheritance from Row.Reynold Xin2015-07-2439-429/+643
* [SPARK-9069] [SQL] follow upDavies Liu2015-07-245-26/+55
* [SPARK-8756] [SQL] Keep cached information and avoid re-calculating footers i...Liang-Chi Hsieh2015-07-241-14/+24
* [SPARK-9200][SQL] Don't implicitly cast non-atomic types to string type.Reynold Xin2015-07-242-1/+10
* [SPARK-9294][SQL] cleanup comments, code style, naming typo for the new aggre...Wenchen Fan2015-07-237-89/+46
* [SPARK-9069] [SPARK-9264] [SQL] remove unlimited precision support for Decima...Davies Liu2015-07-2351-457/+437
* [SPARK-9207] [SQL] Enables Parquet filter push-down by defaultCheng Lian2015-07-231-6/+2
* [SPARK-9286] [SQL] Methods in Unevaluable should be final and AlgebraicAggreg...Josh Rosen2015-07-233-20/+10