aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17289][SQL] Fix a bug to satisfy sort requirements in partial aggregat...Takeshi YAMAMURO2016-08-302-2/+23
* [SPARK-17303] Added spark-warehouse to dev/.rat-excludesfrreiss2016-08-291-0/+1
* [SPARK-17301][SQL] Remove unused classTag field from AtomicType base classJosh Rosen2016-08-301-9/+1
* [SPARK-16581][SPARKR] Make JVM backend calling functions publicShivaram Venkataraman2016-08-294-2/+167
* [SPARK-17063] [SQL] Improve performance of MSCK REPAIR TABLE with Hive metastoreDavies Liu2016-08-297-33/+200
* [SPARKR][MINOR] Fix LDA docJunyang Qian2016-08-291-3/+7
* fixed a typoSeigneurin, Alexis (CONT)2016-08-291-1/+1
* [BUILD] Closes some stale PRs.Sean Owen2016-08-290-0/+0
* [SPARK-17271][SQL] Planner adds un-necessary Sort even if child ordering is s...Tejas Patil2016-08-283-2/+52
* [SPARK-17001][ML] Enable standardScaler to standardize sparse vectors when wi...Sean Owen2016-08-279-62/+80
* [SPARK-17216][UI] fix event timeline bars lengthRobert Kruszewski2016-08-271-0/+4
* [ML][MLLIB] The require condition and message doesn't match in SparseMatrix.Peng, Meng2016-08-272-8/+14
* [SPARK-15382][SQL] Fix a bug in sampling with replacementTakeshi YAMAMURO2016-08-272-0/+8
* [SPARK-17274][SQL] Move join optimizer rules into a separate fileReynold Xin2016-08-272-106/+134
* [SPARK-17273][SQL] Move expression optimizer rules into a separate fileReynold Xin2016-08-272-460/+507
* [SPARK-17272][SQL] Move subquery optimizer rules into its own fileReynold Xin2016-08-272-323/+356
* [SPARK-17269][SQL] Move finish analysis optimization stage into its own fileReynold Xin2016-08-263-39/+66
* [SPARK-17270][SQL] Move object optimization rules into its own fileReynold Xin2016-08-262-71/+98
* [SPARK-17266][TEST] Add empty strings to the regressionTests of PrefixCompara...Yin Huai2016-08-261-1/+2
* [SPARK-17244] Catalyst should not pushdown non-deterministic join conditionsSameer Agarwal2016-08-262-7/+28
* [SPARK-17235][SQL] Support purging of old logs in MetadataLogpetermaxlee2016-08-263-4/+43
* [SPARK-17246][SQL] Add BigDecimal literalHerman van Hovell2016-08-267-3/+59
* [SPARK-16967] move mesos to moduleMichael Gummelt2016-08-2643-118/+305
* [SPARK-17207][MLLIB] fix comparing Vector bug in TestingUtilsPeng, Meng2016-08-265-16/+566
* [SPARK-17165][SQL] FileStreamSource should not track the list of seen files i...petermaxlee2016-08-265-36/+285
* [SPARK-17250][SQL] Remove HiveClient and setCurrentDatabase from HiveSessionC...gatorsmile2016-08-262-8/+0
* [SPARK-17192][SQL] Issue Exception when Users Specify the Partitioning Column...gatorsmile2016-08-263-29/+29
* [SPARKR][MINOR] Fix example of spark.naiveBayesJunyang Qian2016-08-261-2/+3
* [SPARK-17187][SQL][FOLLOW-UP] improve document of TypedImperativeAggregateWenchen Fan2016-08-261-40/+61
* [SPARK-17260][MINOR] move CreateTables to HiveStrategiesWenchen Fan2016-08-264-37/+27
* [SPARK-16216][SQL][FOLLOWUP] Enable timestamp type tests for JSON and verify ...hyukjinkwon2016-08-264-12/+26
* [SPARK-17242][DOCUMENT] Update links of external dstream projectsShixiong Zhu2016-08-251-6/+2
* [SPARK-17212][SQL] TypeCoercion supports widening conversion between DateType...hyukjinkwon2016-08-262-0/+4
* [SPARK-17187][SQL] Supports using arbitrary Java object as internal aggregati...Sean Zhong2016-08-253-0/+456
* [SPARK-17240][CORE] Make SparkConf serializable again.Marcelo Vanzin2016-08-252-5/+28
* [SPARK-17205] Literal.sql should handle Infinity and NaNJosh Rosen2016-08-262-2/+21
* [SPARK-17229][SQL] PostgresDialect shouldn't widen float and short types duri...Josh Rosen2016-08-253-5/+28
* [SPARKR][BUILD] ignore cran-check.out under R folderwm624@hotmail.com2016-08-251-0/+1
* [SPARK-17231][CORE] Avoid building debug or trace log messages unless the res...Michael Allman2016-08-259-45/+55
* [SPARK-16991][SPARK-17099][SPARK-17120][SQL] Fix Outer Join Elimination when ...gatorsmile2016-08-255-12/+161
* [SPARK-12978][SQL] Skip unnecessary final group-by when input data already cl...Takeshi YAMAMURO2016-08-258-224/+257
* [SPARK-17197][ML][PYSPARK] PySpark LiR/LoR supports tree aggregation level co...Yanbo Liang2016-08-254-11/+42
* [SPARK-17061][SPARK-17093][SQL] MapObjects` should make copies of unsafe-back...Liwei Lin2016-08-253-2/+46
* [SPARK-17193][CORE] HadoopRDD NPE at DEBUG log level when getLocationInfo == ...Sean Owen2016-08-252-15/+13
* [SPARK-17215][SQL] Method `SQLContext.parseDataType(dataTypeString: String)` ...jiangxingbo2016-08-247-23/+16
* [SPARK-17190][SQL] Removal of HiveSharedStategatorsmile2016-08-2515-99/+88
* [SPARK-17228][SQL] Not infer/propagate non-deterministic constraintsSameer Agarwal2016-08-242-1/+19
* [SPARKR][MINOR] Add installation message for remote master mode and improve o...Junyang Qian2016-08-243-39/+80
* [SPARKR][MINOR] Add more examples to window function docsJunyang Qian2016-08-242-18/+72
* [MINOR][SPARKR] fix R MLlib parameter documentationFelix Cheung2016-08-241-2/+2