aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16814][SQL] Fix deprecated parquet constructor usageHolden Karau2016-08-033-6/+29
* [SPARK-16770][BUILD] Fix JLine dependency management and version (Sca…Stefan Schulze2016-08-037-23/+20
* [SPARK-14204][SQL] register driverClass rather than user-specified classKevin McHale2016-08-031-1/+1
* [SPARK-16596] [SQL] Refactor DataSourceScanExec to do partition discovery at ...Eric Liang2016-08-039-291/+356
* [SPARK-16714][SPARK-16735][SPARK-16646] array, map, greatest, least's type co...Wenchen Fan2016-08-033-18/+97
* [SPARK-16831][PYTHON] Fixed bug in CrossValidator.avgMetrics=^_^=2016-08-031-1/+3
* [SQL][MINOR] use stricter type parameter to make it clear that parquet reader...Wenchen Fan2016-08-033-10/+10
* [SPARK-16796][WEB UI] Visible passwords on Spark environment pageArtur Sukhenko2016-08-021-1/+5
* [SPARK-16858][SQL][TEST] Removal of TestHiveSharedStategatorsmile2016-08-022-60/+20
* [SPARK-16787] SparkContext.addFile() should not throw if called twice with th...Josh Rosen2016-08-024-26/+78
* [SPARK-16855][SQL] move Greatest and Least from conditionalExpressions.scala ...Wenchen Fan2016-08-024-229/+228
* [SPARK-16816] Modify java example which is also reflect in documentation exmaplesandy2016-08-021-0/+16
* [SPARK-16836][SQL] Add support for CURRENT_DATE/CURRENT_TIMESTAMP literalsHerman van Hovell2016-08-024-2/+32
* [SPARK-16062] [SPARK-15989] [SQL] Fix two bugs of Python-only UDTsLiang-Chi Hsieh2016-08-023-3/+58
* [SPARK-16837][SQL] TimeWindow incorrectly drops slideDuration in constructorsTom Magrino2016-08-022-2/+14
* [SPARK-16822][DOC] Support latex in scaladoc.Shuai Lin2016-08-027-117/+225
* [SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (master branch)Maciej Brynski2016-08-021-3/+5
* [SPARK-16558][EXAMPLES][MLLIB] examples/mllib/LDAExample should use MLVector ...Xusen Yin2016-08-021-2/+3
* [SPARK-16851][ML] Incorrect threshould length in 'setThresholds()' evoke Exce...Zheng RuiFeng2016-08-021-1/+6
* [SPARK-16850][SQL] Improve type checking error message for greatest/leastpetermaxlee2016-08-022-2/+15
* [SPARK-16734][EXAMPLES][SQL] Revise examples of all language bindingsCheng Lian2016-08-029-117/+137
* [SPARK-16793][SQL] Set the temporary warehouse path to sc'conf in TestHive.jiangxingbo2016-08-013-25/+21
* [SPARK-16828][SQL] remove MaxOf and MinOfWenchen Fan2016-08-014-175/+0
* [SPARK-15869][STREAMING] Fix a potential NPE in StreamingJobProgressListener....Shixiong Zhu2016-08-011-1/+1
* [SPARK-16774][SQL] Fix use of deprecated timestamp constructor & improve time...Holden Karau2016-08-012-7/+10
* [SPARK-16791][SQL] cast struct with timestamp field failseyal farago2016-08-012-1/+11
* [SPARK-16776][STREAMING] Replace deprecated API in KafkaTestUtils for 0.10.0.hyukjinkwon2016-08-011-8/+12
* [SPARK-16778][SQL][TRIVIAL] Fix deprecation warning with SQLContextHolden Karau2016-08-011-1/+1
* [SPARK-16485][DOC][ML] Remove useless latex in a log messge.Shuai Lin2016-08-011-1/+1
* [SPARK-16726][SQL] Improve `Union/Intersect/Except` error messages on incompa...Dongjoon Hyun2016-08-012-13/+46
* [SPARK-16805][SQL] Log timezone when query result does not matchReynold Xin2016-07-311-0/+3
* [SPARK-16731][SQL] use StructType in CatalogTable and remove CatalogColumnWenchen Fan2016-07-3117-175/+120
* [SPARK-16813][SQL] Remove private[sql] and private[spark] from catalyst packageReynold Xin2016-07-3118-32/+32
* [SPARK-16812] Open up SparkILoop.getAddedJarsReynold Xin2016-07-301-1/+2
* [SPARK-16818] Exchange reuse incorrectly reuses scans over different sets of ...Eric Liang2016-07-302-1/+36
* [SPARK-16800][EXAMPLES][ML] Fix Java examples that fail to run due to exceptionBryan Cutler2016-07-3012-38/+49
* [SPARK-16696][ML][MLLIB] destroy KMeans bcNewCenters when loop finished and u...WeichenXu2016-07-303-9/+17
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-3039-146/+125
* [SPARK-16748][SQL] SparkExceptions during planning should not wrapped in Tree...Tathagata Das2016-07-292-2/+16
* [SPARK-16772][PYTHON][DOCS] Restore "datatype string" to Python API docstringsNicholas Chammas2016-07-292-12/+8
* [SPARK-16761][DOC][ML] Fix doc link in docs/ml-guide.mdSun Dapeng2016-07-291-1/+1
* [SPARK-16637] Unified containerizerMichael Gummelt2016-07-2918-79/+149
* [SPARK-16751] Upgrade derby to 10.12.1.1Adam Roberts2016-07-296-6/+6
* [SPARK-16750][ML] Fix GaussianMixture training failed due to feature column t...Yanbo Liang2016-07-2910-7/+19
* [SPARK-16664][SQL] Fix persist call on Data frames with more than 200…Wesley Tang2016-07-293-3/+12
* [SPARK-16772] Correct API doc references to PySpark classes + formatting fixesNicholas Chammas2016-07-288-58/+75
* [SPARK-16764][SQL] Recommend disabling vectorized parquet reader on OutOfMemo...Sameer Agarwal2016-07-281-5/+19
* [SPARK-16740][SQL] Fix Long overflow in LongToUnsafeRowMapSylvain Zimmer2016-07-281-1/+2
* [SPARK-16639][SQL] The query with having condition that contains grouping by ...Liang-Chi Hsieh2016-07-282-6/+31
* [SPARK-16552][SQL] Store the Inferred Schemas into External Catalog Tables wh...gatorsmile2016-07-287-79/+291