aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12711][ML] ML StopWordsRemover does not protect itself from column nam...Grzegorz Chilkiewicz2016-02-023-8/+19
* [SPARK-13056][SQL] map column would throw NPE if value is nullDaoyuan Wang2016-02-022-6/+19
* [SPARK-12631][PYSPARK][DOC] PySpark clustering parameter desc to consistent f...Bryan Cutler2016-02-026-103/+228
* [SPARK-13114][SQL] Add a test for tokens more than the fields in schemahyukjinkwon2016-02-022-0/+18
* [SPARK-13094][SQL] Add encoders for seq/array of primitivesMichael Armbrust2016-02-023-2/+91
* [SPARK-10820][SQL] Support for the continuous execution of structured queriesMichael Armbrust2016-02-0224-32/+1828
* [SPARK-13087][SQL] Fix group by function for sort based aggregationMichael Armbrust2016-02-022-3/+10
* Closes #10662. Closes #10661Reynold Xin2016-02-010-0/+0
* [SPARK-13130][SQL] Make codegen variable names easier to readReynold Xin2016-02-011-2/+9
* [SPARK-12790][CORE] Remove HistoryServer old multiple files formatfelixcheung2016-02-0120-235/+23
* [SPARK-12637][CORE] Print stage info of finished stages properlySean Owen2016-02-011-1/+12
* [SPARK-13078][SQL] API and test cases for internal catalogReynold Xin2016-02-014-0/+710
* Fix for [SPARK-12854][SQL] Implement complex types support in Columna…Jacek Laskowski2016-02-012-2/+2
* [SPARK-13043][SQL] Implement remaining catalyst types in ColumnarBatch.Nong Li2016-02-018-42/+484
* [SPARK-12979][MESOS] Don’t resolve paths on the local file system in Mesos ...Iulian Dragos2016-02-013-3/+3
* [SPARK-12265][MESOS] Spark calls System.exit inside driver instead of throwin...Nilanjan Raychaudhuri2016-02-013-4/+19
* [SPARK-12463][SPARK-12464][SPARK-12465][SPARK-10647][MESOS] Fix zookeeper dir...Timothy Chen2016-02-015-25/+36
* [ML][MINOR] Invalid MulticlassClassification reference in ml-guideLewuathe2016-02-011-1/+1
* [DOCS] Fix the jar location of datanucleus in sql-programming-guid.mdTakeshi YAMAMURO2016-02-011-1/+1
* [SPARK-12705][SPARK-10777][SQL] Analyzer Rule ResolveSortReferencesgatorsmile2016-02-016-22/+274
* [SPARK-12989][SQL] Delaying Alias Cleanup after ExtractWindowExpressionsgatorsmile2016-02-012-2/+13
* [SPARK-6847][CORE][STREAMING] Fix stack overflow issue when updateStateByKey ...Shixiong Zhu2016-02-015-2/+119
* [SPARK-13093] [SQL] improve null check in nullSafeCodeGen for unary, binary a...Wenchen Fan2016-01-313-67/+85
* [SPARK-13049] Add First/last with ignore nulls to functions.scalaHerman van Hovell2016-01-314-29/+157
* [SPARK-12689][SQL] Migrate DDL parsing to the newly absorbed parserLiang-Chi Hsieh2016-01-3010-229/+208
* [SPARK-13070][SQL] Better error message when Parquet schema merging failsCheng Lian2016-01-304-7/+77
* [SPARK-13100][SQL] improving the performance of stringToDate method in DateTi...wangyang2016-01-301-1/+2
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-3049-194/+186
* [SPARK-13098] [SQL] remove GenericInternalRowWithSchemaWenchen Fan2016-01-292-20/+5
* [SPARK-12914] [SQL] generate aggregation with grouping keysDavies Liu2016-01-296-53/+393
* [SPARK-13071] Coalescing HadoopRDD overwrites existing input metricsAndrew Or2016-01-293-3/+18
* [SPARK-13088] Fix DAG viz in latest version of chromeAndrew Or2016-01-291-6/+7
* [SPARK-13096][TEST] Fix flaky verifyPeakExecutionMemorySetAndrew Or2016-01-291-0/+2
* [SPARK-13076][SQL] Rename ClientInterface -> HiveClientReynold Xin2016-01-2912-42/+41
* [SPARK-13055] SQLHistoryListener throws ClassCastExceptionAndrew Or2016-01-2913-45/+133
* [SPARK-12818] Polishes spark-sketch moduleCheng Lian2016-01-296-83/+110
* [SPARK-12656] [SQL] Implement Intersect with Left-semi Joingatorsmile2016-01-2911-122/+211
* [SPARK-13072] [SQL] simplify and improve murmur3 hash expression codegenWenchen Fan2016-01-291-86/+69
* [SPARK-10873] Support column sort and search for History Server.zhuol2016-01-2928-202/+1721
* [SPARK-13032][ML][PYSPARK] PySpark support model export/import and take Linea...Yanbo Liang2016-01-295-29/+236
* [SPARK-13031][SQL] cleanup codegen and improve test coverageDavies Liu2016-01-2911-205/+350
* [SPARK-13050][BUILD] Scalatest tags fail build with the addition of the sketc...Alex Bozarth2016-01-281-0/+7
* [SPARK-13067] [SQL] workaround for a weird scala reflection problemWenchen Fan2016-01-282-6/+23
* [SPARK-12968][SQL] Implement command to set current databaseLiang-Chi Hsieh2016-01-289-3/+50
* Revert "[SPARK-13031] [SQL] cleanup codegen and improve test coverage"Davies Liu2016-01-289-334/+202
* [SPARK-11955][SQL] Mark optional fields in merging schema for safely pushdown...Liang-Chi Hsieh2016-01-286-29/+117
* [SPARK-12749][SQL] add json option to parse floating-point types as DecimalTypeBrandon Bradley2016-01-285-2/+40
* [SPARK-12401][SQL] Add integration tests for postgres enum typesTakeshi YAMAMURO2016-01-281-6/+9
* [SPARK-9835][ML] Implement IterativelyReweightedLeastSquares solverYanbo Liang2016-01-283-1/+314
* [SPARK-13031] [SQL] cleanup codegen and improve test coverageDavies Liu2016-01-289-202/+334