aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13157] [SQL] Support any kind of input for SQL commands.Herman van Hovell2016-02-034-6/+46
* [SPARK-12798] [SQL] generated BroadcastHashJoinDavies Liu2016-02-037-20/+169
* [SPARK-12739][STREAMING] Details of batch in Streaming tab uses two Duration ...Mario Briggs2016-02-032-4/+5
* [SPARK-12957][SQL] Initial support for constraint propagation in SparkSQLSameer Agarwal2016-02-024-7/+302
* [SPARK-13147] [SQL] improve readability of generated codeDavies Liu2016-02-027-39/+63
* [SPARK-7997][CORE] Add rpcEnv.awaitTermination() back to SparkEnvShixiong Zhu2016-02-022-2/+3
* [SPARK-12732][ML] bug fix in linear regression trainImran Younus2016-02-022-25/+146
* [SPARK-12951] [SQL] support spilling in generated aggregateDavies Liu2016-02-021-30/+142
* [SPARK-13122] Fix race condition in MemoryStore.unrollSafely()Adam Budde2016-02-021-5/+9
* [SPARK-12992] [SQL] Update parquet reader to support more types when decoding...Nong Li2016-02-026-21/+424
* [SPARK-13020][SQL][TEST] fix random generator for map typeWenchen Fan2016-02-032-4/+25
* [SPARK-13150] [SQL] disable two flaky testsDavies Liu2016-02-021-2/+4
* [DOCS] Update StructType.scalaKevin (Sangwoo) Kim2016-02-021-0/+1
* [SPARK-13121][STREAMING] java mapWithState mishandles scala OptionGabriele Nizzoli2016-02-021-1/+1
* [SPARK-12913] [SQL] Improve performance of stat functionsDavies Liu2016-02-0214-755/+331
* [SPARK-13138][SQL] Add "logical" package prefix for ddl.scalaReynold Xin2016-02-021-6/+7
* [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