aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18001][DOCUMENT] fix broke link to SparkDataFrameTommy YU2016-10-181-1/+1
* [SPARK-17873][SQL] ALTER TABLE RENAME TO should allow users to specify databa...Wenchen Fan2016-10-186-35/+87
* [SPARK-17711][TEST-HADOOP2.2] Fix hadoop2.2 compilation errorYu Peng2016-10-181-3/+2
* [SPARK-17980][SQL] Fix refreshByPath for converted Hive tablesEric Liang2016-10-195-10/+39
* [SPARK-17731][SQL][STREAMING][FOLLOWUP] Refactored StreamingQueryListener APIsTathagata Das2016-10-187-30/+41
* [SPARK-17817] [PYSPARK] [FOLLOWUP] PySpark RDD Repartitioning Results in High...Liang-Chi Hsieh2016-10-181-6/+6
* [SPARK-17841][STREAMING][KAFKA] drain commitQueuecody koeninger2016-10-181-3/+3
* Revert "[SPARK-17985][CORE] Bump commons-lang3 version to 3.5."Reynold Xin2016-10-187-8/+8
* [SPARK-17955][SQL] Make DataFrameReader.jdbc call DataFrameReader.format("jdb...hyukjinkwon2016-10-182-6/+6
* [SPARK-17930][CORE] The SerializerInstance instance used when deserializing a...Guoqiang Li2016-10-182-5/+14
* [MINOR][DOC] Add more built-in sources in sql-programming-guide.mdWeiqing Yang2016-10-181-2/+2
* [SPARK-17985][CORE] Bump commons-lang3 version to 3.5.Takuya UESHIN2016-10-187-8/+8
* [SPARK-17974] try 2) Refactor FileCatalog classes to simplify the inheritance...Eric Liang2016-10-1813-354/+304
* [SPARK-17711] Compress rolled executor logYu Peng2016-10-188-44/+263
* [SPARK-17388] [SQL] Support for inferring type date/timestamp/decimal for par...hyukjinkwon2016-10-182-4/+59
* [SPARK-17899][SQL][FOLLOW-UP] debug mode should work for corrupted tableWenchen Fan2016-10-182-10/+17
* [SQL][STREAMING][TEST] Follow up to remove Option.contains for Scala 2.10 com...Tathagata Das2016-10-181-1/+3
* [SQL][STREAMING][TEST] Fix flaky tests in StreamingQueryListenerSuiteLiwei Lin2016-10-184-27/+41
* Revert "[SPARK-17974] Refactor FileCatalog classes to simplify the inheritanc...Reynold Xin2016-10-1713-303/+354
* [SPARK-17974] Refactor FileCatalog classes to simplify the inheritance treeEric Liang2016-10-1713-354/+303
* [SPARK-17620][SQL] Determine Serde by hive.default.fileformat when Creating H...Dilip Biswal2016-10-173-9/+60
* [SPARK-17751][SQL] Remove spark.sql.eagerAnalysis and Output the Plan if Exis...gatorsmile2016-10-174-19/+10
* [SPARK-17839][CORE] Use Nio's directbuffer instead of BufferedInputStream in ...Sital Kedia2016-10-175-4/+279
* Fix example of tf_idf with minDocFreqMaxime Rihouey2016-10-171-1/+1
* [MINOR][SQL] Add prettyName for current_database functionWeiqing Yang2016-10-161-0/+1
* [SPARK-17947][SQL] Add Doc and Comment about spark.sql.debuggatorsmile2016-10-171-0/+3
* [SPARK-17819][SQL] Support default database in connection URIs for Spark Thri...Dongjoon Hyun2016-10-162-0/+73
* Revert "[SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across exe...Reynold Xin2016-10-154-266/+19
* [SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across executorsZhan Zhang2016-10-154-19/+266
* [SPARK-17953][DOCUMENTATION] Fix typo in SparkSession scaladocJun Kim2016-10-151-1/+1
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-1437-368/+914
* [SPARK-17946][PYSPARK] Python crossJoin API similar to ScalaSrinath Shankar2016-10-143-7/+36
* [SPARK-17900][SQL] Graduate a list of Spark SQL APIs to stableReynold Xin2016-10-149-62/+51
* [SPARK-11775][PYSPARK][SQL] Allow PySpark to register Java UDFJeff Zhang2016-10-145-4/+152
* [SPARK-16063][SQL] Add storageLevel to DatasetNick Pentreath2016-10-143-16/+68
* [SPARK-17863][SQL] should not add column into DistinctDavies Liu2016-10-142-0/+26
* Revert "[SPARK-17620][SQL] Determine Serde by hive.default.fileformat when Cr...Yin Huai2016-10-143-60/+9
* [SPARK-17620][SQL] Determine Serde by hive.default.fileformat when Creating H...Dilip Biswal2016-10-143-9/+60
* [SPARK-17941][ML][TEST] Logistic regression tests should use sample weights.sethah2016-10-141-745/+748
* [TEST] Ignore flaky test in StreamingQueryListenerSuiteTathagata Das2016-10-141-1/+1
* Typo: form -> fromAndrew Ash2016-10-141-1/+1
* [DOC] Fix typo in sql hive docDhruve Ashar2016-10-141-1/+1
* [SPARK-17073][SQL][FOLLOWUP] generate column-level statisticswangzhenhua2016-10-143-57/+197
* [SPARK-17855][CORE] Remove query string from jar urlinvkrh2016-10-141-15/+9
* [SPARK-17870][MLLIB][ML] Change statistic to pValue for SelectKBest and Selec...Peng2016-10-145-15/+15
* [SPARK-14634][ML] Add BisectingKMeansSummaryZheng RuiFeng2016-10-144-5/+91
* [SPARK-15402][ML][PYSPARK] PySpark ml.evaluation should support save/loadYanbo Liang2016-10-141-9/+36
* [SPARK-17903][SQL] MetastoreRelation should talk to external catalog instead ...Wenchen Fan2016-10-1411-32/+66
* [SPARK-17925][SQL] Break fileSourceInterfaces.scala into multiple piecesReynold Xin2016-10-145-284/+359
* [SPARK-17927][SQL] Remove dead code in WriterContainer.Reynold Xin2016-10-141-11/+0