aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-9228] [SQL] use tungsten.enabled in public for both of codegen/unsafeDavies Liu2015-08-066-14/+28
* [SPARK-9691] [SQL] PySpark SQL rand function treats seed 0 as no seedYin Huai2015-08-062-2/+12
* [SPARK-9633] [BUILD] SBT download locations outdated; need an updateSean Owen2015-08-061-6/+3
* [SPARK-9645] [YARN] [CORE] Allow shuffle service to read shuffle files.Marcelo Vanzin2015-08-062-2/+3
* [SPARK-9630] [SQL] Clean up new aggregate operators (SPARK-9240 follow up)Yin Huai2015-08-0612-663/+1192
* [SPARK-9639] [STREAMING] Fix a potential NPE in Streaming JobSchedulerzsxwing2015-08-061-10/+22
* [DOCS] [STREAMING] make the existing parameter docs for OffsetRange ac…cody koeninger2015-08-061-4/+4
* [SPARK-9556] [SPARK-9619] [SPARK-9624] [STREAMING] Make BlockGenerator more r...Tathagata Das2015-08-0614-219/+534
* [SPARK-9548][SQL] Add a destructive iterator for BytesToBytesMapLiang-Chi Hsieh2015-08-064-11/+71
* [SPARK-9211] [SQL] [TEST] normalize line separators before generating MD5 hashChristian Kadner2015-08-062-5/+5
* [SPARK-9493] [ML] add featureIndex to handle vector features in IsotonicRegre...Xiangrui Meng2015-08-062-90/+194
* [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-0615-217/+259
* [SPARK-8978] [STREAMING] Implements the DirectKafkaRateControllerNilanjan Raychaudhuri2015-08-062-9/+127
* [SPARK-9641] [DOCS] spark.shuffle.service.port is not documentedSean Owen2015-08-061-0/+19
* [SPARK-9632] [SQL] [HOT-FIX] Fix build.Yin Huai2015-08-061-0/+1
* Revert "[SPARK-9632][SQL] update InternalRow.toSeq to make it accept data typ...Davies Liu2015-08-0615-259/+217
* [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-0615-217/+259
* [SPARK-9659][SQL] Rename inSet to isin to match Pandas function.Reynold Xin2015-08-063-9/+38
* [SPARK-9615] [SPARK-9616] [SQL] [MLLIB] Bugs related to FrequentItems when me...Burak Yavuz2015-08-062-14/+36
* [SPARK-9533] [PYSPARK] [ML] Add missing methods in Word2Vec MLMechCoder2015-08-062-1/+41
* [SPARK-9112] [ML] Implement Stats for LogisticRegressionMechCoder2015-08-063-3/+209
* [SPARK-9593] [SQL] [HOTFIX] Makes the Hadoop shims loading fix more robustCheng Lian2015-08-061-33/+55
* [SPARK-9482] [SQL] Fix thread-safey issue of using UnsafeProjection in joinDavies Liu2015-08-068-44/+44
* [SPARK-9644] [SQL] Support update DecimalType with precision > 18 in UnsafeRowDavies Liu2015-08-0610-61/+183
* [SPARK-8266] [SQL] add function translatezhichao.li2015-08-069-8/+180
* [SPARK-9664] [SQL] Remove UDAFRegistration and add apply to UserDefinedAggreg...Yin Huai2015-08-058-46/+80
* [SPARK-9674][SQL] Remove GeneratedAggregate.Reynold Xin2015-08-054-437/+2
* [SPARK-6923] [SPARK-7550] [SQL] Persists data source relations in Hive compat...Cheng Hao2015-08-066-70/+324
* [SPARK-9611] [SQL] Fixes a few corner cases when we spill a UnsafeFixedWidthA...Yin Huai2015-08-054-21/+141
* [SPARK-9651] Fix UnsafeExternalSorterSuite.Marcelo Vanzin2015-08-051-8/+13
* [SPARK-6591] [SQL] Python data source load options should auto convert common...Yijie Shen2015-08-051-3/+14
* [SPARK-5895] [ML] Add VectorSlicer - updatedXusen Yin2015-08-055-0/+327
* [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use newOrdering...Josh Rosen2015-08-0512-36/+55
* [SPARK-9657] Fix return type of getMaxPatternLengthFeynman Liang2015-08-051-1/+1
* Closes #7474 since it's marked as won't fix.Reynold Xin2015-08-050-0/+0
* [SPARK-9649] Fix flaky test MasterSuite - randomize portsAndrew Or2015-08-051-4/+4
* Closes #7778 since it is done as #7893.Reynold Xin2015-08-050-0/+0
* [SPARK-9403] [SQL] Add codegen support in In and InSetLiang-Chi Hsieh2015-08-056-10/+119
* [SPARK-9141] [SQL] [MINOR] Fix comments of PR #7920Yin Huai2015-08-052-3/+3
* [SPARK-9519] [YARN] Confirm stop sc successfully when application was killedlinweizhong2015-08-051-15/+32
* [SPARK-9141] [SQL] Remove project collapsing from DataFrame APIMichael Armbrust2015-08-0518-106/+234
* [SPARK-6486] [MLLIB] [PYTHON] Add BlockMatrix to PySpark.Mike Dusenberry2015-08-053-6/+388
* [SPARK-9381] [SQL] Migrate JSON data source to the new partitioning data sourceCheng Hao2015-08-0515-223/+382
* [SPARK-9618] [SQL] Use the specified schema when reading Parquet filesNathan Howell2015-08-051-1/+1
* [SPARK-9593] [SQL] Fixes Hadoop shims loadingCheng Lian2015-08-051-0/+48
* [SPARK-9607] [SPARK-9608] fix zinc-port handling in build/mvnRyan Williams2015-08-051-4/+4
* [HOTFIX] Add static import to fix build break from #7676.Josh Rosen2015-08-051-0/+1
* [SPARK-9628][SQL]Rename int to SQLDate, long to SQLTimestamp for better reada...Yijie Shen2015-08-051-32/+37
* [SPARK-8861][SPARK-8862][SQL] Add basic instrumentation to each SparkPlan ope...zsxwing2015-08-0524-55/+1735
* [SPARK-9601] [DOCS] Fix JavaPairDStream signature for stream-stream and windo...Namit Katariya2015-08-051-2/+2