aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16359][STREAMING][KAFKA] unidoc skip kafka 0.10cody koeninger2016-07-051-2/+16
* [SPARK-15730][SQL] Respect the --hiveconf in the spark-sql command lineCheng Hao2016-07-052-0/+19
* [HOTFIX] Fix build break.Reynold Xin2016-07-051-1/+1
* [SPARK-16212][STREAMING][KAFKA] use random port for embedded kafkacody koeninger2016-07-051-2/+4
* [SPARK-16311][SQL] Metadata refresh should work on temporary viewsReynold Xin2016-07-0512-36/+101
* [SPARK-9876][SQL][FOLLOWUP] Enable string and binary tests for Parquet predic...hyukjinkwon2016-07-054-18/+9
* [SPARK-16360][SQL] Speed up SQL query performance by removing redundant `exec...Dongjoon Hyun2016-07-051-1/+1
* [SPARK-15198][SQL] Support for pushing down filters for boolean types in ORC ...hyukjinkwon2016-07-054-11/+39
* [SPARK-15968][SQL] Nonempty partitioned metastore tables are not cachedMichael Allman2016-07-053-19/+59
* [SPARK-16353][BUILD][DOC] Missing javadoc options for java unidocMichael Allman2016-07-041-2/+1
* [MINOR][DOCS] Remove unused images; crush PNGs that could use it for good mea...Sean Owen2016-07-0426-0/+0
* [SPARK-16260][ML][EXAMPLE] PySpark ML Example Improvements and Cleanupwm624@hotmail.com2016-07-038-7/+8
* [SPARK-16358][SQL] Remove InsertIntoHiveTable From Logical Plangatorsmile2016-07-043-47/+1
* [SPARK-15204][SQL] improve nullability inference for AggregatorKoert Kuipers2016-07-042-4/+13
* [SPARK-16288][SQL] Implement inline table generating functionDongjoon Hyun2016-07-045-36/+124
* [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functionsDongjoon Hyun2016-07-035-1/+79
* [SPARK-16329][SQL] Star Expansion over Table Containing No Columngatorsmile2016-07-032-9/+37
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-026-20/+25
* [SPARK-16345][DOCUMENTATION][EXAMPLES][GRAPHX] Extract graphx programming gui...WeichenXu2016-07-027-127/+426
* [GRAPHX][EXAMPLES] move graphx test data directory and update graphx documentWeichenXu2016-07-023-9/+9
* [SPARK-16095][YARN] Yarn cluster mode should report correct state to SparkLau...peng.zhang2016-07-012-15/+31
* [SPARK-16233][R][TEST] ORC test should be enabled only when HiveContext is av...Dongjoon Hyun2016-07-011-0/+2
* [SPARK-16335][SQL] Structured streaming should fail if source directory does ...Reynold Xin2016-07-014-35/+36
* [SPARK-16299][SPARKR] Capture errors from R workers in daemon.R to avoid dele...Sun Rui2016-07-011-1/+1
* [SPARK-16012][SPARKR] Implement gapplyCollect which will apply a R function o...Narine Kokhlikyan2016-07-015-67/+177
* [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimizerDongjoon Hyun2016-07-013-1/+242
* [SPARK-16222][SQL] JDBC Sources - Handling illegal input values for `fetchsiz...gatorsmile2016-07-017-45/+98
* [SPARK-15761][MLLIB][PYSPARK] Load ipython when default python is Python3MechCoder2016-07-011-1/+3
* [SPARK-16182][CORE] Utils.scala -- terminateProcess() should call Process.des...Sean Owen2016-07-012-31/+47
* [SPARK-12177][STREAMING][KAFKA] limit api surface areacody koeninger2016-07-0113-193/+222
* [SPARK-16331][SQL] Reduce code generation timeHiroshi Inoue2016-06-301-39/+43
* [SPARK-14608][ML] transformSchema needs better documentationYuhao Yang2016-06-301-1/+4
* [SPARK-15954][SQL] Disable loading test tables in Python testsReynold Xin2016-06-302-161/+185
* [SPARK-15643][DOC][ML] Add breaking changes to ML migration guideNick Pentreath2016-06-301-3/+101
* [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and 'fromML' conversion methods ...Nick Pentreath2016-06-302-0/+168
* [SPARK-16276][SQL] Implement elt SQL functionpetermaxlee2016-07-016-2/+82
* [SPARK-16313][SQL] Spark should not silently drop exceptions in file listingReynold Xin2016-06-306-13/+29
* [SPARK-16336][SQL] Suggest doing table refresh upon FileNotFoundExceptionpetermaxlee2016-06-302-1/+102
* [SPARK-16256][DOCS] Fix window operation diagramTathagata Das2016-06-304-1/+1
* [SPARK-16212][STREAMING][KAFKA] code cleanup from review feedbackcody koeninger2016-06-303-14/+12
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-3014-72/+276
* [SPARK-15865][CORE] Blacklist should not result in job hanging with less than...Imran Rashid2016-06-309-15/+194
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-3012-12/+60
* [SPARK-15820][PYSPARK][SQL] Add Catalog.refreshTable into python APIWeichenXu2016-06-302-1/+6
* [SPARK-16071][SQL] Checks size limit when doubling the array size in BufferHo...Sean Zhong2016-06-302-2/+53
* [SPARK-12177][TEST] Removed test to avoid compilation issue in scala 2.10Tathagata Das2016-06-301-4/+4
* [SPARK-16241][ML] model loading backward compatibility for ml NaiveBayeszlpmichelle2016-06-301-4/+7
* [SPARK-16256][DOCS] Minor fixes on the Structured Streaming Programming GuideTathagata Das2016-06-291-21/+23
* [SPARK-12177][STREAMING][KAFKA] Update KafkaDStreams to new Kafka 0.10 Consum...cody koeninger2016-06-2922-6/+3359
* [SPARK-16294][SQL] Labelling support for the include_example Jekyll pluginCheng Lian2016-06-295-43/+43