aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12585] [SQL] move numFields to constructor of UnsafeRowDavies Liu2015-12-3016-137/+86
* House cleaning: close old pull requests.Reynold Xin2015-12-300-0/+0
* Closes #10386 since it was superseded by #10468.Reynold Xin2015-12-300-0/+0
* House cleaning: close open pull requests created before June 1st, 2015Reynold Xin2015-12-300-0/+0
* [SPARK-12561] Remove JobLogger in Spark 2.0.Reynold Xin2015-12-301-277/+0
* [SPARK-3873][GRAPHX] Import order fixes.Marcelo Vanzin2015-12-3023-50/+33
* [SPARK-3873][YARN] Fix import ordering.Marcelo Vanzin2015-12-3012-26/+23
* [SPARK-12588] Remove HttpBroadcast in Spark 2.0.Reynold Xin2015-12-3012-491/+22
* [SPARK-8641][SPARK-12455][SQL] Native Spark Window functions - Follow-up (doc...Herman van Hovell2015-12-303-3/+162
* [SPARK-12399] Display correct error message when accessing REST API with an u...Carson Wang2015-12-301-2/+14
* [SPARK-12409][SPARK-12387][SPARK-12391][SQL] Support AND/OR/IN/LIKE push-down...Takeshi YAMAMURO2015-12-302-2/+35
* [SPARK-10359] Enumerate dependencies in a file and diff against it for new pu...Josh Rosen2015-12-3010-120/+512
* [SPARK-12300] [SQL] [PYSPARK] fix schema inferance on local collectionsHolden Karau2015-12-302-7/+14
* [SPARK-12495][SQL] use true as default value for propagateNull in NewInstanceWenchen Fan2015-12-307-37/+38
* [SPARK-12263][DOCS] IllegalStateException: Memory can't be 0 for SPARK_WORKER...Neelesh Srinivas Salian2015-12-301-1/+1
* Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser"Reynold Xin2015-12-3018-5402/+72
* [SPARK-12564][SQL] Improve missing column AnalysisExceptiongatorsmile2015-12-292-2/+2
* [SPARK-12490][CORE] Limit the css style scope to fix the Streaming UIShixiong Zhu2015-12-293-3/+5
* [SPARK-12362][SQL][WIP] Inline Hive ParserNong Li2015-12-2918-72/+5402
* [SPARK-12549][SQL] Take Option[Seq[DataType]] in UDF input type specification.Reynold Xin2015-12-295-68/+75
* [SPARK-12349][SPARK-12349][ML] Fix typo in Spark version regex introduced in ...Sean Owen2015-12-291-1/+1
* [SPARK-11199][SPARKR] Improve R context management story and add getOrCreateHossein2015-12-292-1/+5
* [SPARK-12530][BUILD] Fix build break at Spark-Master-Maven-Snapshots from #1293Kazuaki Ishizaki2015-12-291-3/+4
* [SPARK-12526][SPARKR] ifelse`, `when`, `otherwise` unable to take Column as v...Forest Fang2015-12-293-7/+18
* [SPARK-11394][SQL] Throw IllegalArgumentException for unsupported types in po...Takeshi YAMAMURO2015-12-282-0/+5
* [SPARK-12547][SQL] Tighten scala style checker enforcement for UDF registrationReynold Xin2015-12-282-29/+30
* [SPARK-12522][SQL][MINOR] Add the missing document strings for the SQL config...gatorsmile2015-12-283-8/+11
* [SPARK-12490] Don't use Javascript for web UI's paginated table controlsJosh Rosen2015-12-285-97/+178
* [SPARK-12489][CORE][SQL][MLIB] Fix minor issues found by FindBugsShixiong Zhu2015-12-287-32/+51
* [SPARK-12525] Fix fatal compiler warnings in Kinesis ASL due to @transient an...Josh Rosen2015-12-282-8/+8
* [SPARK-12222][CORE] Deserialize RoaringBitmap using Kryo serializer throw Buf...Daoyuan Wang2015-12-291-6/+1
* [SPARK-12441][SQL] Fixing missingInput in Generate/MapPartitions/AppendColumn...gatorsmile2015-12-2815-18/+63
* [SPARK-7727][SQL] Avoid inner classes in RuleExecutorStephan Kessler2015-12-283-5/+74
* [SPARK-12424][ML] The implementation of ParamMap#filter is wrong.Kousuke Saruta2015-12-292-2/+34
* [SPARK-12287][SQL] Support UnsafeRow in MapPartitions/MapGroups/CoGroupgatorsmile2015-12-281-0/+13
* [SPARK-12517] add default RDD name for one created via sc.textFileYaron Weinsberg2015-12-292-2/+27
* [SPARK-12231][SQL] create a combineFilters' projection when we call buildPart...Kevin Yu2015-12-282-5/+64
* [HOT-FIX] bypass hive test when parse logical plan to jsonWenchen Fan2015-12-281-3/+3
* [SPARK-12508][PROJECT-INFRA] Fix minor bugs in dev/tests/pr_public_classes.sh...Josh Rosen2015-12-281-17/+25
* [SPARK-12218] Fixes ORC conjunction predicate push downCheng Lian2015-12-283-30/+112
* [SPARK-12353][STREAMING][PYSPARK] Fix countByValue inconsistent output in Pyt...jerryshao2015-12-282-5/+16
* [SPARK-12515][SQL][DOC] minor doc update for read.jdbcfelixcheung2015-12-281-5/+6
* [SPARK-12520] [PYSPARK] Correct Descriptions and Add Use Cases in Equi-Joingatorsmile2015-12-271-1/+4
* [SPARK-12396][CORE] Modify the function scheduleAtFixedRate to schedule.echo2mei2015-12-251-2/+2
* [SPARK-12440][CORE] Avoid setCheckpoint warning when directory is not localpierre-borckmans2015-12-241-2/+3
* [SPARK-12010][SQL] Spark JDBC requires support for column-name-free INSERT sy...CK502015-12-241-8/+4
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-2449-142/+338
* [SPARK-12502][BUILD][PYTHON] Script /dev/run-tests fails when IBM Java is usedKazuaki Ishizaki2015-12-241-4/+3
* [SPARK-12499][BUILD] don't force MAVEN_OPTSAdrian Bridgett2015-12-231-1/+1
* [SPARK-12500][CORE] Fix Tachyon deprecations; pull Tachyon dependency into on...Sean Owen2015-12-233-84/+104