aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-5447][SQL] Replace reference 'schema rdd' with DataFrame @rxin.David Arroyo Cazorla2015-07-231-1/+1
* [SPARK-9243] [Documentation] null -> zero in crosstab docXiangrui Meng2015-07-231-1/+1
* [Build][Minor] Fix building error & performanceCheng Hao2015-07-231-1/+1
* [SPARK-9082] [SQL] [FOLLOW-UP] use `partition` in `PushPredicateThroughProject`Wenchen Fan2015-07-231-14/+8
* Revert "[SPARK-8579] [SQL] support arbitrary object in UnsafeRow"Reynold Xin2015-07-2323-630/+354
* [SPARK-8935] [SQL] Implement code generation for all castsYijie Shen2015-07-222-51/+508
* [SPARK-9144] Remove DAGScheduler.runLocallyWithinThread and spark.localExecut...Josh Rosen2015-07-221-2/+1
* [SPARK-9262][build] Treat Scala compiler warnings as errorsReynold Xin2015-07-225-8/+14
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-221-2/+2
* [SPARK-4366] [SQL] [Follow-up] Fix SqlParser compiling warning.Yin Huai2015-07-221-2/+1
* [SPARK-9024] Unsafe HashJoin/HashOuterJoin/HashSemiJoinDavies Liu2015-07-2219-132/+437
* [SPARK-9165] [SQL] codegen for CreateArray, CreateStruct and CreateNamedStructYijie Shen2015-07-222-5/+76
* [SPARK-9082] [SQL] Filter using non-deterministic expressions should not be p...Wenchen Fan2015-07-222-11/+84
* [SPARK-4233] [SPARK-4367] [SPARK-3947] [SPARK-3056] [SQL] Aggregation Improve...Yin Huai2015-07-2139-100/+3087
* [SPARK-9232] [SQL] Duplicate code in JSONRelationAndrew Or2015-07-211-29/+21
* [SPARK-9154][SQL] Rename formatString to format_string.Reynold Xin2015-07-215-42/+18
* [SPARK-9154] [SQL] codegen StringFormatTarek Auel2015-07-214-11/+70
* [SPARK-9206] [SQL] Fix HiveContext classloading for GCS connector.Dennis Huo2015-07-211-1/+1
* [SPARK-8906][SQL] Move all internal data source classes into execution.dataso...Reynold Xin2015-07-2131-62/+77
* [SPARK-8357] Fix unsafe memory leak on empty inputs in GeneratedAggregatenavis.ryu2015-07-213-1/+70
* Revert "[SPARK-9154] [SQL] codegen StringFormat"Michael Armbrust2015-07-213-59/+11
* [SPARK-9154] [SQL] codegen StringFormatTarek Auel2015-07-213-11/+59
* [SPARK-9081] [SPARK-9168] [SQL] nanvl & dropna/fillna supporting nan as wellYijie Shen2015-07-219-88/+222
* [SPARK-9173][SQL]UnionPushDown should also support Intersect and ExceptYijie Shen2015-07-213-70/+120
* [SPARK-8230][SQL] Add array/map size methodPedro Rodriguez2015-07-215-1/+137
* [SPARK-8255] [SPARK-8256] [SQL] Add regex_extract/regex_replaceCheng Hao2015-07-217-4/+293
* [SPARK-9100] [SQL] Adds DataFrame reader/writer shortcut methods for ORCCheng Lian2015-07-216-20/+38
* [SPARK-9161][SQL] codegen FormatNumberTarek Auel2015-07-201-14/+54
* [SPARK-9023] [SQL] Followup for #7456 (Efficiency improvements for UnsafeRows...Josh Rosen2015-07-203-23/+161
* [SPARK-9208][SQL] Remove variant of DataFrame string functions that accept co...Reynold Xin2015-07-205-455/+74
* [SPARK-9157] [SQL] codegen substringTarek Auel2015-07-201-43/+44
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-2012-24/+156