aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16730][SQL] Implement function aliases for type castspetermaxlee2016-07-283-7/+73
* [SPARK-16110][YARN][PYSPARK] Fix allowing python version to be specified per ...KevinGrealish2016-07-272-6/+27
* [MINOR][DOC] missing keyword newBartek Wiśniewski2016-07-271-1/+1
* [SPARK-5847][CORE] Allow for configuring MetricsSystem's use of app ID to nam...Mark Grover2016-07-276-26/+170
* [SPARK-15254][DOC] Improve ML pipeline Cross Validation Scaladoc & PyDockrishnakalyan32016-07-272-4/+19
* [MINOR][DOC][SQL] Fix two documents regarding size in bytesLiang-Chi Hsieh2016-07-271-5/+7
* [MINOR][ML] Fix some mistake in LinearRegression formula.Yanbo Liang2016-07-271-3/+3
* [SPARK-16729][SQL] Throw analysis exception for invalid date castspetermaxlee2016-07-272-9/+16
* [SPARK-16621][SQL] Generate stable SQLs in SQLBuilderDongjoon Hyun2016-07-27105-114/+124
* [SPARK-16524][SQL] Add RowBatch and RowBasedHashMapGeneratorQifan Pu2016-07-267-126/+1356
* [SPARK-15703][SCHEDULER][CORE][WEBUI] Make ListenerBus event queue size confi...Dhruve Ashar2016-07-269-37/+60
* [SPARK-15271][MESOS] Allow force pulling executor docker imagesPhilipp Hoffmann2016-07-2614-29/+110
* [SPARK-16663][SQL] desc table should be consistent between data source and hi...Wenchen Fan2016-07-265-31/+47
* [SPARK-16697][ML][MLLIB] improve LDA submitMiniBatch method to avoid redundan...WeichenXu2016-07-261-2/+4
* [SPARK-16675][SQL] Avoid per-record type dispatch in JDBC when writinghyukjinkwon2016-07-262-36/+88
* [TEST][STREAMING] Fix flaky Kafka rate controlling testTathagata Das2016-07-261-5/+4
* [SPARK-16706][SQL] support java map in encoderWenchen Fan2016-07-265-32/+236
* [SPARK-16686][SQL] Remove PushProjectThroughSample since it is handled by Col...Liang-Chi Hsieh2016-07-264-29/+40
* [SPARK-16633][SPARK-16642][SPARK-16721][SQL] Fixes three issues related to le...Yin Huai2016-07-254-40/+108
* [SPARK-16724] Expose DefinedByConstructorParamsMichael Armbrust2016-07-251-1/+1
* [SPARK-16672][SQL] SQLBuilder should not raise exceptions on EXISTS queriesDongjoon Hyun2016-07-253-2/+21
* Fix description of spark.speculation.quantileNicholas Brown2016-07-251-1/+1
* [SPARK-16678][SPARK-16677][SQL] Fix two View-related bugsgatorsmile2016-07-264-19/+96
* [SPARK-16722][TESTS] Fix a StreamingContext leak in StreamingContextSuite whe...Shixiong Zhu2016-07-251-3/+6
* [SPARK-15590][WEBUI] Paginate Job Table in Jobs tabTao Lin2016-07-252-62/+312
* [SPARK-14131][STREAMING] SQL Improved fix for avoiding potential deadlocks in...Tathagata Das2016-07-255-36/+80
* [SPARK-16715][TESTS] Fix a potential ExprId conflict for SubexpressionElimina...Shixiong Zhu2016-07-251-1/+5
* [SPARK-16166][CORE] Also take off-heap memory usage into consideration in log...jerryshao2016-07-257-9/+26
* [SQL][DOC] Fix a default name for parquet compressionTakeshi YAMAMURO2016-07-251-1/+1
* Revert "[SPARK-15271][MESOS] Allow force pulling executor docker images"Josh Rosen2016-07-2514-110/+29
* [SPARK-16485][DOC][ML] Fixed several inline formatting in ml features docShuai Lin2016-07-251-2/+2
* [SPARK-15271][MESOS] Allow force pulling executor docker imagesPhilipp Hoffmann2016-07-2514-29/+110
* [SPARK-16685] Remove audit-release scripts.Reynold Xin2016-07-2524-1020/+0
* [SPARK-16653][ML][OPTIMIZER] update ANN convergence tolerance param default t...WeichenXu2016-07-252-6/+6
* [SPARKR][DOCS] fix broken url in docFelix Cheung2016-07-253-63/+62
* [SPARK-16703][SQL] Remove extra whitespace in SQL generation for window funct...Cheng Lian2016-07-256-9/+40
* [SPARK-16698][SQL] Field names having dots should be allowed for datasources ...hyukjinkwon2016-07-252-1/+16
* [SPARK-16668][TEST] Test parquet reader for row groups containing both dictio...Sameer Agarwal2016-07-251-0/+29
* [SPARK-16691][SQL] move BucketSpec to catalyst module and use it in CatalogTableWenchen Fan2016-07-2521-78/+78
* [SPARK-16660][SQL] CreateViewCommand should not take CatalogTableWenchen Fan2016-07-256-127/+116
* [SPARK-16674][SQL] Avoid per-record type dispatch in JDBC when readinghyukjinkwon2016-07-251-116/+129
* [SPARK-16648][SQL] Make ignoreNullsExpr a child expression of First and LastCheng Lian2016-07-253-4/+16
* [SPARK-16699][SQL] Fix performance bug in hash aggregate on long string keysQifan Pu2016-07-241-2/+4
* [SPARK-5581][CORE] When writing sorted map output file, avoid open / …Brian Cho2016-07-247-156/+192
* [SPARK-16645][SQL] rename CatalogStorageFormat.serdeProperties to propertiesWenchen Fan2016-07-2516-65/+65
* [SPARK-16416][CORE] force eager creation of loggers to avoid shutdown hook co...Mikael Ståldal2016-07-248-0/+10
* [PYSPARK] add picklable SparseMatrix in pyspark.ml.commonWeichenXu2016-07-241-0/+1
* [SPARK-16463][SQL] Support `truncate` option in Overwrite mode for JDBC DataF...Dongjoon Hyun2016-07-249-4/+70
* [SPARK-16515][SQL][FOLLOW-UP] Fix test `script` on OS X/Windows...Liwei Lin2016-07-242-9/+19
* [MINOR] Close old PRs that should be closed but have not beenSean Owen2016-07-240-0/+0