aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-14127][SQL] Makes 'DESC [EXTENDED|FORMATTED] <table>' support data sou...Cheng Lian2016-05-092-30/+47
* [SPARK-15199][SQL] Disallow Dropping Build-in Functionsgatorsmile2016-05-092-1/+26
* [SPARK-15093][SQL] create/delete/rename directory for InMemoryCatalog operati...Wenchen Fan2016-05-094-44/+232
* [MINOR] [SPARKR] Update data-manipulation.R to use native csv readerYanbo Liang2016-05-094-12/+8
* [SPARK-14459][SQL] Detect relation partitioning and adjust the logical planRyan Blue2016-05-095-12/+143
* [MINOR][TEST][STREAMING] make "testDir" able to be claened after test.mwws2016-05-091-4/+4
* [SPARK-15172][ML] Explicitly tell user initial coefficients is ignored when s...dding32016-05-091-2/+3
* [SPARK-15136][PYSPARK][DOC] Fix links to sphinx style and add a default param...Holden Karau2016-05-095-25/+40
* [SPARK-14814][MLLIB] API: Java compatibility, docsYuhao Yang2016-05-092-2/+12
* [SPARK-15211][SQL] Select features column from LibSVMRelation causes failureLiang-Chi Hsieh2016-05-092-1/+10
* [SPARK-15184][SQL] Fix Silent Removal of An Existent Temp Table by Rename Tablegatorsmile2016-05-092-0/+69
* [SPARK-15185][SQL] InMemoryCatalog: Silent Removal of an Existent Table/Funct...gatorsmile2016-05-092-5/+62
* [SPARK-12479][SPARKR] sparkR collect on GroupedData throws R error "missing v...Sun Rui2016-05-082-0/+7
* [SPARK-15178][CORE] Remove LazyFileRegion instead use netty's DefaultFileRegionSandeep Singh2016-05-072-112/+1
* [DOC][MINOR] Fixed minor errors in feature.ml user guide docBryan Cutler2016-05-071-3/+5
* [MINOR][ML][PYSPARK] ALS example cleanupNick Pentreath2016-05-073-17/+4
* [SPARK-15122] [SQL] Fix TPC-DS 41 - Normalize predicates before pulling them outHerman van Hovell2016-05-062-1/+15
* [SPARK-15051][SQL] Create a TypedColumn aliasKevin Yu2016-05-072-6/+21
* [SPARK-15087][MINOR][DOC] Follow Up: Fix the CommentsSandeep Singh2016-05-071-5/+0
* [SPARK-1239] Improve fetching of map output statusesThomas Graves2016-05-067-84/+290
* [SPARK-14997][SQL] Fixed FileCatalog to return correct set of files when ther...Tathagata Das2016-05-065-30/+356
* [SPARK-14050][ML] Add multiple languages support and additional methods for S...Burak Köse2016-05-0620-87/+2614
* [SPARK-15108][SQL] Describe Permanent UDTFgatorsmile2016-05-0611-31/+91
* [SPARK-14512] [DOC] Add python example for QuantileDiscretizerZheng RuiFeng2016-05-062-0/+48
* [SPARK-14962][SQL] Do not push down isnotnull/isnull on unsuportted types in ORChyukjinkwon2016-05-076-56/+126
* [SPARK-14738][BUILD] Separate docker integration tests from main buildLuciano Resende2016-05-066-12/+22
* [SPARK-11395][SPARKR] Support over and window specification in SparkR.Sun Rui2016-05-058-7/+364
* [HOTFIX] Fix MLUtils compileAndrew Or2016-05-051-1/+1
* [SPARK-15152][DOC][MINOR] Scaladoc and Code style ImprovementsJacek Laskowski2016-05-0515-68/+66
* [SPARK-14893][SQL] Re-enable HiveSparkSubmitSuite SPARK-8489 test after HiveC...Dilip Biswal2016-05-054-7/+8
* [SPARK-9926] Parallelize partition logic in UnionRDD.Ryan Blue2016-05-052-1/+34
* [SPARK-15158][CORE] downgrade shouldRollover message to debug leveldepend2016-05-051-1/+1
* [SPARK-15134][EXAMPLE] Indent SparkSession builder patterns and update binary...Dongjoon Hyun2016-05-05142-178/+585
* [SPARK-15135][SQL] Make sure SparkSession thread safeShixiong Zhu2016-05-056-56/+73
* [SPARK-15072][SQL][REPL][EXAMPLES] Remove SparkSession.withHiveSupportSandeep Singh2016-05-054-24/+20
* [SPARK-14124][SQL][FOLLOWUP] Implement Database-related DDL Commandsgatorsmile2016-05-054-97/+311
* [MINOR][BUILD] Adds spark-warehouse/ to .gitignoreCheng Lian2016-05-051-0/+1
* [SPARK-15110] [SPARKR] Implement repartitionByColumn for SparkR DataFramesNarineK2016-05-055-10/+78
* [SPARK-15148][SQL] Upgrade Univocity library from 2.0.2 to 2.1.0hyukjinkwon2016-05-057-8/+8
* [SPARK-14139][SQL] RowEncoder should preserve schema nullabilityWenchen Fan2016-05-064-16/+88
* [SPARK-14915][CORE] Don't re-queue a task if another attempt has already succ...Jason Moore2016-05-051-1/+10
* [SPARK-14589][SQL] Enhance DB2 JDBC Dialect docker testsLuciano Resende2016-05-052-57/+34
* [SPARK-15106][PYSPARK][ML] Add PySpark package doc for ML component & remove ...Holden Karau2016-05-053-2/+6
* [SPARK-12154] Upgrade to Jersey 2mcheah2016-05-0514-131/+244
* [SPARK-15123] upgrade org.json4s to 3.2.11 versionLining Sun2016-05-056-16/+16
* [SPARK-15045] [CORE] Remove dead code in TaskMemoryManager.cleanUpAllAllocate...Abhinav Gupta2016-05-041-6/+7
* [SPARK-15132][MINOR][SQL] Debug log for generated code should be printed with...Kousuke Saruta2016-05-042-2/+2
* [MINOR] remove dead codeDavies Liu2016-05-041-9/+0
* [SPARK-15131][SQL] Shutdown StateStore management thread when SparkContext ha...Tathagata Das2016-05-043-23/+48
* [SPARK-14993][SQL] Fix Partition Discovery Inconsistency when Input is a Path...gatorsmile2016-05-042-14/+88