aboutsummaryrefslogtreecommitdiff
path: root/common/sketch
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-161-0/+2
* [SPARK-17807][CORE] split test-tags into test-JARRyan Williams2016-12-211-0/+12
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-021-1/+1
* [SPARK-18663][SQL] Simplify CountMinSketch aggregate implementationReynold Xin2016-12-013-63/+49
* [SPARK-18429][SQL] implement a new Aggregate for CountMinSketchwangzhenhua2016-11-293-8/+49
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-191-1/+0
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-111-1/+1
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-171-1/+1
* Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in sp...Yin Huai2016-04-281-1/+1
* [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh2016-04-281-1/+1
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-211-1/+1
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-162-6/+26
* [MINOR][SQL] Fix modifier order.Dongjoon Hyun2016-02-261-1/+1
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-221-1/+1
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-301-2/+2
* [SPARK-12818] Polishes spark-sketch moduleCheng Lian2016-01-296-83/+110
* [SPARK-13050][BUILD] Scalatest tags fail build with the addition of the sketc...Alex Bozarth2016-01-281-0/+7
* [SPARK-12818][SQL] Specialized integral and string types for Count-min SketchCheng Lian2016-01-282-9/+60
* [SPARK-12938][SQL] DataFrame API for Bloom filterWenchen Fan2016-01-274-91/+179
* [SPARK-12935][SQL] DataFrame API for Count-Min SketchCheng Lian2016-01-263-36/+56
* [SPARK-12937][SQL] bloom filter serializationWenchen Fan2016-01-266-44/+159
* [SPARK-12934] use try-with-resources for streamstedyu2016-01-251-0/+2
* [SPARK-12936][SQL] Initial bloom filter implementationWenchen Fan2016-01-255-0/+602
* [SPARK-12934][SQL] Count-min sketch serializationCheng Lian2016-01-254-19/+213
* [SPARK-12933][SQL] Initial implementation of Count-Min sketchCheng Lian2016-01-236-0/+852