aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16199][SQL] Add a method to list the referenced columns in data source...petermaxlee2016-07-113-16/+151
* [SPARK-12639][SQL] Mark Filters Fully Handled By Sources with *Russell Spitzer2016-07-113-11/+21
* [SPARK-16488] Fix codegen variable namespace collision in pmod and partitionBySameer Agarwal2016-07-112-12/+27
* [SPARK-16430][SQL][STREAMING] Fixed bug in the maxFilesPerTrigger in FileStre...Tathagata Das2016-07-112-5/+36
* [SPARK-16433][SQL] Improve StreamingQuery.explain when no data arrivesShixiong Zhu2016-07-113-5/+5
* [MINOR][STREAMING][DOCS] Minor changes on kinesis integrationXin Ren2016-07-111-13/+13
* [SPARK-16114][SQL] structured streaming event time window exampleJames Thomas2016-07-118-14/+415
* [SPARK-16349][SQL] Fall back to isolated class loader when classes not found.Marcelo Vanzin2016-07-111-3/+9
* [SPARK-16144][SPARKR] update R API doc for mllibFelix Cheung2016-07-112-8/+30
* [SPARKR][DOC] SparkR ML user guides update for 2.0Yanbo Liang2016-07-113-32/+41
* [SPARK-16458][SQL] SessionCatalog should support `listColumns` for temporary ...Dongjoon Hyun2016-07-115-10/+71
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-1135-36/+36
* [SPARK-16459][SQL] Prevent dropping current databaseDongjoon Hyun2016-07-114-7/+25
* [SPARK-16381][SQL][SPARKR] Update SQL examples and programming guide for R la...Xin Ren2016-07-114-144/+212
* [SPARK-16355][SPARK-16354][SQL] Fix Bugs When LIMIT/TABLESAMPLE is Non-foldab...gatorsmile2016-07-115-4/+118
* [SPARK-16318][SQL] Implement all remaining xpath functionspetermaxlee2016-07-119-128/+427
* [SPARK-16476] Restructure MimaExcludes for easier union excludesReynold Xin2016-07-101-1526/+744
* [SPARK-15467][BUILD] update janino version to 3.0.0Kazuaki Ishizaki2016-07-106-6/+6
* [SPARK-16401][SQL] Data Source API: Enable Extending RelationProvider and Cre...gatorsmile2016-07-092-3/+34
* [SPARK-11857][MESOS] Deprecate fine grainedMichael Gummelt2016-07-081-2/+7
* [SPARK-16432] Empty blocks fail to serialize due to assert in ChunkedByteBufferEric Liang2016-07-082-13/+8
* [SPARK-16376][WEBUI][SPARK WEB UI][APP-ID] HTTP ERROR 500 when using rest api...Sean Owen2016-07-081-1/+6
* [SPARK-13569][STREAMING][KAFKA] pattern based topic subscriptioncody koeninger2016-07-083-9/+258
* [SPARK-16387][SQL] JDBC Writer should use dialect to quote field names.Dongjoon Hyun2016-07-082-4/+11
* [SPARK-16453][BUILD] release-build.sh is missing hive-thriftserver for scala ...Yin Huai2016-07-081-5/+3
* [SPARK-16281][SQL] Implement parse_url SQL functionwujian2016-07-085-1/+218
* [SPARK-16429][SQL] Include `StringType` columns in `describe()`Dongjoon Hyun2016-07-085-29/+39
* [SPARK-16420] Ensure compression streams are closed.Ryan Blue2016-07-084-11/+57
* [SPARK-13638][SQL] Add quoteAll option to CSV DataFrameWriterJurriaan Pruis2016-07-085-3/+36
* [SPARK-16369][MLLIB] tallSkinnyQR of RowMatrix should aware of empty partitionXusen Yin2016-07-082-2/+20
* [SPARK-16285][SQL] Implement sentences SQL functionsDongjoon Hyun2016-07-085-3/+111
* [SPARK-16436][SQL] checkEvaluation should support NaNpetermaxlee2016-07-081-0/+4
* [SPARK-16052][SQL] Improve `CollapseRepartition` optimizer for Repartition/Re...Dongjoon Hyun2016-07-085-8/+104
* [SPARK-16430][SQL][STREAMING] Add option maxFilesPerTriggerTathagata Das2016-07-073-14/+112
* [SPARK-16425][R] `describe()` should not fail with non-numeric columnsDongjoon Hyun2016-07-072-4/+7
* [SPARK-16310][SPARKR] R na.string-like default for csv sourceFelix Cheung2016-07-072-8/+34
* [SPARK-16415][SQL] fix catalog string errorDaoyuan Wang2016-07-072-3/+17
* [SPARK-16350][SQL] Fix support for incremental planning in wirteStream.foreach()Liwei Lin2016-07-073-13/+117
* [SPARK-16174][SQL] Improve `OptimizeIn` optimizer to remove literal repetitionsDongjoon Hyun2016-07-073-6/+39
* [SPARK-16399][PYSPARK] Force PYSPARK_PYTHON to pythonMechCoder2016-07-071-11/+3
* [SPARK-16372][MLLIB] Retag RDD to tallSkinnyQR of RowMatrixXusen Yin2016-07-073-2/+46
* [SPARK-16400][SQL] Remove InSet filter pushdown from ParquetReynold Xin2016-07-073-76/+18
* [SPARK-16368][SQL] Fix Strange Errors When Creating View With Unmatched Colum...gatorsmile2016-07-073-1/+51
* [SPARK-15885][WEB UI] Provide links to executor logs from stage details page ...Tom Magrino2016-07-074-8/+42
* [SPARK-16021][TEST-MAVEN] Fix the maven buildShixiong Zhu2016-07-061-0/+1
* [SPARK-16398][CORE] Make cancelJob and cancelStage APIs publicMasterDDT2016-07-061-4/+14
* [SPARK-16374][SQL] Remove Alias from MetastoreRelation and SimpleCatalogRelationgatorsmile2016-07-075-15/+14
* [SPARK-14839][SQL] Support for other types for `tableProperty` rule in SQL sy...hyukjinkwon2016-07-063-5/+87
* [SPARK-16021] Fill freed memory in test to help catch correctness bugsEric Liang2016-07-067-3/+57
* [SPARK-16212][STREAMING][KAFKA] apply test tweaks from 0-10 to 0-8 as wellcody koeninger2016-07-062-25/+24