aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9727] [STREAMING] [BUILD] Updated streaming kinesis SBT project name t...Tathagata Das2015-08-113-5/+5
* [SPARK-9810] [BUILD] Remove individual commit messages from the squash commit...Reynold Xin2015-08-111-5/+1
* [SPARK-9640] [STREAMING] [TEST] Do not run Python Kinesis tests when the Kine...Tathagata Das2015-08-101-12/+44
* [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer ...Josh Rosen2015-08-1013-319/+1165
* [SPARK-9340] [SQL] Fixes converting unannotated Parquet listsDamian Guy2015-08-1114-33/+247
* [SPARK-9801] [STREAMING] Check if file exists before deleting temporary files.Hao Zhu2015-08-101-2/+6
* [SPARK-5155] [PYSPARK] [STREAMING] Mqtt streaming support in PythonPrabeesh K2015-08-1014-109/+565
* [SPARK-9759] [SQL] improve decimal.times() and cast(int, decimalType)Davies Liu2015-08-102-32/+22
* [SPARK-9620] [SQL] generated UnsafeProjection should support many columns or ...Davies Liu2015-08-106-142/+207
* [SPARK-9763][SQL] Minimize exposure of internal SQL classes.Reynold Xin2015-08-1076-966/+1114
* [SPARK-9784] [SQL] Exchange.isUnsafe should check whether codegen and unsafe ...Josh Rosen2015-08-101-1/+1
* Fixed AtmoicReference<> ExampleMahmoud Lababidi2015-08-101-1/+1
* [SPARK-9755] [MLLIB] Add docs to MultivariateOnlineSummarizer methodsFeynman Liang2015-08-101-0/+16
* [SPARK-9710] [TEST] Fix RPackageUtilsSuite when R is not available.Marcelo Vanzin2015-08-101-2/+6
* [SPARK-9743] [SQL] Fixes JSONRelation refreshingCheng Lian2015-08-104-12/+21
* [SPARK-9777] [SQL] Window operator can accept UnsafeRowsYin Huai2015-08-091-0/+2
* [CORE] [SPARK-9760] Use Option instead of Some for Ivy reposShivaram Venkataraman2015-08-091-1/+1
* [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary s...Josh Rosen2015-08-095-65/+328
* Disable JobGeneratorSuite "Do not clear received block data too soon".Reynold Xin2015-08-091-1/+2
* [SPARK-9737] [YARN] Add the suggested configuration when required executor me...Yadong Qi2015-08-091-2/+4
* [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if Data...Yijie Shen2015-08-093-2/+21
* [SPARK-9752][SQL] Support UnsafeRow in Sample operator.Reynold Xin2015-08-094-27/+61
* [SPARK-6212] [SQL] The EXPLAIN output of CTAS only shows the analyzed planYijie Shen2015-08-083-3/+38
* [MINOR] inaccurate comments for showString()CodingCat2015-08-081-1/+1
* [SPARK-9486][SQL] Add data source aliasing for external packagesJoseph Batchik2015-08-0811-30/+156
* [SPARK-9728][SQL]Support CalendarIntervalType in HiveQLYijie Shen2015-08-085-0/+309
* [SPARK-6902] [SQL] [PYSPARK] Row should be read-onlyDavies Liu2015-08-082-0/+20
* [SPARK-4561] [PYSPARK] [SQL] turn Row into dict recursivelyDavies Liu2015-08-081-2/+25
* [SPARK-9738] [SQL] remove FromUnsafe and add its codegen version to GenerateSafeWenchen Fan2015-08-084-107/+95
* [SPARK-4176] [SQL] [MINOR] Should use unscaled Long to write decimals for pre...Cheng Lian2015-08-082-13/+18
* [SPARK-9731] Standalone scheduling incorrect cores if spark.executor.cores is...Carson Wang2015-08-072-12/+29
* [SPARK-9753] [SQL] TungstenAggregate should also accept InternalRow instead o...Yin Huai2015-08-074-50/+39
* [SPARK-9754][SQL] Remove TypeCheck in debug package.Reynold Xin2015-08-072-104/+4
* [SPARK-9719] [ML] Clean up Naive Bayes docFeynman Liang2015-08-071-0/+4
* [SPARK-9756] [ML] Make constructors in ML decision trees privateFeynman Liang2015-08-074-4/+7
* [SPARK-8890] [SQL] Fallback on sorting when writing many dynamic partitionsMichael Armbrust2015-08-0710-623/+715
* [SPARK-9748] [MLLIB] Centriod typo in KMeansModelBertrand Dechoux2015-08-071-5/+5
* [SPARK-8481] [MLLIB] GaussianMixtureModel predict accepting single vectorDariusz Kobylarz2015-08-072-0/+23
* [SPARK-9674] Re-enable ignored test in SQLQuerySuiteAndrew Or2015-08-076-26/+85
* [SPARK-9733][SQL] Improve physical plan explain for data sourcesReynold Xin2015-08-0711-27/+45
* [SPARK-9667][SQL] followup: Use GenerateUnsafeProjection.canSupport to test E...Reynold Xin2015-08-071-11/+4
* [SPARK-9736] [SQL] JoinedRow.anyNull should delegate to the underlying rows.Reynold Xin2015-08-074-129/+156
* [SPARK-8382] [SQL] Improve Analysis Unit test frameworkWenchen Fan2015-08-075-127/+79
* [SPARK-9674][SPARK-9667] Remove SparkSqlSerializer2Reynold Xin2015-08-074-677/+24
* [SPARK-9467][SQL]Add SQLMetric to specialize accumulators to avoid boxingzsxwing2015-08-079-47/+338
* [SPARK-9683] [SQL] copy UTF8String when convert unsafe array/map to safeWenchen Fan2015-08-072-1/+40
* [SPARK-9453] [SQL] support records larger than page size in UnsafeShuffleExte...Davies Liu2015-08-063-110/+103
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-0620-46/+93
* [SPARK-8862][SQL]Support multiple SQLContexts in Web UIzsxwing2015-08-062-3/+11
* [SPARK-7550] [SQL] [MINOR] Fixes logs when persisting DataFramesCheng Lian2015-08-061-4/+2