1. f005713 updated dependencies by saydakov · 7 years ago
  2. 5002341 Merge pull request #43 from DataSketches/hll-udfs by Lee Rhodes · 7 years ago
  3. 21845b5 Merge pull request #44 from DataSketches/package-info-and-other-cleanup by Lee Rhodes · 7 years ago
  4. 56aa7f9 test empty bag by saydakov · 7 years ago
  5. 6cd201b set isFirstCall to true for logging by saydakov · 7 years ago
  6. 40976aa more tests by saydakov · 7 years ago
  7. ef9f124 test all constructors by saydakov · 7 years ago
  8. 3e18d39 test all input types by saydakov · 7 years ago
  9. a0749ad schema test by saydakov · 7 years ago
  10. 699a35b removed test for schema by saydakov · 7 years ago
  11. b46ef0b fixed a spelling mistake by saydakov · 7 years ago
  12. 3dc2718 use more appropriate read-only memory by saydakov · 7 years ago
  13. 808876e removed incorrect and unnecessary schema by saydakov · 7 years ago
  14. b2b2204 better package info by saydakov · 7 years ago
  15. 098a76b HLL sketch UDFs by saydakov · 7 years ago
  16. bd1d1f5 Merge pull request #42 from DataSketches/varopt_udf by Jon Malkin · 7 years ago
  17. dda5c34 remove unnecessary throws (and get compiler to start flagging it), add suppresswarnings to keep eclipse happy by jmalkin · 7 years ago
  18. 4ca7024 Merge pull request #41 from DataSketches/varopt_udf by Lee Rhodes · 7 years ago
  19. 42b2a24 re-throw any exceptions in outputSchema() as runtime exceptions by jmalkin · 7 years ago
  20. 7d28742 fix issues not initially caught by intellij, let ArrayOfTuplesSerDe avoid copying data every time by jmalkin · 7 years ago
  21. 50ccf9b address most of the PR comments, except for what to do with exceptions in outputSchema by jmalkin · 7 years ago
  22. 580ff50 Merge pull request #40 from DataSketches/varopt_udf by Lee Rhodes · 7 years ago
  23. 55ec92e checkstyle fixes, add missing copyright blurbs by jmalkin · 7 years ago
  24. f425336 varopt unioning tests by jmalkin · 7 years ago
  25. 03d9435 test DataToSketch, minor fixes or other supporting changes by jmalkin · 7 years ago
  26. 72da232 stricter input schema validation by jmalkin · 7 years ago
  27. 9a6d09e more unit tests by jmalkin · 7 years ago
  28. 9cde068 support weight index in more places, add some unit tests by jmalkin · 7 years ago
  29. bd3d7b7 Merge branch 'master' of https://github.com/DataSketches/sketches-pig into varopt_udf by jmalkin · 7 years ago
  30. 3b4a815 Merge pull request #39 from DataSketches/new_memory by Jon Malkin · 7 years ago
  31. 60a7811 bump hadoop-common version by Jon Malkin · 7 years ago
  32. abdfbb4 move internal dependencies to latest released versions by jmalkin · 7 years ago
  33. 545b9bc allow weight location to be specified in constructor by jmalkin · 7 years ago
  34. a440f9d commenting and clean-up by jmalkin · 7 years ago
  35. b8cc5e0 Refactor to share algebraic implementations when used in multiple clases by jmalkin · 7 years ago
  36. 8b8e107 add varopt union, clean up a bit by jmalkin · 7 years ago
  37. 954e5c0 varopt sampling udfs, storing as binary and later extracting or generating a sample directly. no unit tests yet. by jmalkin · 7 years ago
  38. f57646c move to new memory and, for now, core snapshot by jmalkin · 7 years ago
  39. 0db96fd Merge branch 'core-0.9.1' of https://github.com/DataSketches/sketches-pig by jmalkin · 7 years ago
  40. fa0581a Fix Static access calls by lrhodes · 7 years ago
  41. 207557e use sketches-core 0.9.1, updated hadoop dependencies by saydakov · 7 years ago
  42. 086e68b Merge pull request #37 from DataSketches/core-0.9.0 by Lee Rhodes · 7 years ago
  43. fd9c4b0 updated to use the latest sketches-core 0.9.0 by saydakov · 7 years ago
  44. e451146 Update pom by lrhodes · 7 years ago
  45. 2dc8b6e Adding package-info file by lrhodes · 7 years ago
  46. 5456fb2 Merge branch 'master' of git@github.com:DataSketches/sketches-pig.git by lrhodes · 7 years ago
  47. 0d4b54f minor formatting changes by lrhodes · 7 years ago
  48. a713ac0 Merge pull request #36 from DataSketches/reservoir_helper by Jon Malkin · 7 years ago
  49. c4493cc fix deprecated calls to getK() in unions by jmalkin · 7 years ago
  50. 4a940d8 Merge branch 'master' of https://github.com/DataSketches/sketches-pig into reservoir_helper by jmalkin · 7 years ago
  51. d55d1b9 add helper class to access package private method from sketches-core by jmalkin · 7 years ago
  52. 3b8f643 update pom and readme.md by Lee Rhodes · 7 years ago
  53. 7965e55 update pom dependencies by Lee Rhodes · 7 years ago
  54. ca78bf2 Update pom dependencies. by Lee Rhodes · 7 years ago
  55. 936d2f6 Added SuppressWarnings("unused") by Lee Rhodes · 7 years ago
  56. 753b032 Merge pull request #35 from DataSketches/union_update by Jon Malkin · 7 years ago
  57. ce94e74 Add test to ensure maxK handled properly. Doesn't change coverage since all handled inside union object, but useful on principle by jmalkin · 7 years ago
  58. 47b3956 Merge pull request #34 from DataSketches/reservoir_union by Jon Malkin · 7 years ago
  59. f362e30 fix documentation for ReservoirUnion by jmalkin · 7 years ago
  60. 028f8a9 Merge pull request #33 from DataSketches/reservoir_union by Lee Rhodes · 7 years ago
  61. 5d4b4bf Merge branch 'master' of https://github.com/DataSketches/sketches-pig into reservoir_union by jmalkin · 7 years ago
  62. 8bc4190 Add ReservoirUnion UDF, some extra code cleanup by jmalkin · 7 years ago
  63. 52f057b Merge pull request #32 from DataSketches/sampling by Lee Rhodes · 7 years ago
  64. 5677a94 stop quantizing k in reservoir sampling UDF by jmalkin · 7 years ago
  65. 433f277 Added finals by Lee Rhodes · 7 years ago
  66. 6410fed Update checkstyle by Lee Rhodes · 7 years ago
  67. 977ee41 Minor edits by Lee Rhodes · 7 years ago
  68. 512e351 Merge pull request #31 from DataSketches/cleanup by Lee Rhodes · 7 years ago
  69. 1960509 Standardize on LF for line separator across all files by jmalkin · 7 years ago
  70. c9989d9 update copyright year by jmalkin · 7 years ago
  71. 63ea009 Merge pull request #29 from DataSketches/sampling by Lee Rhodes · 7 years ago
  72. ce8d53e move reservoir sampling from old branch to avoid annoying conflict resolution by jmalkin · 7 years ago
  73. a0305a6 [maven-release-plugin] prepare for next development iteration by Lee Rhodes · 7 years ago
  74. 2c6bc1a [maven-release-plugin] prepare release sketches-pig-0.8.2 by Lee Rhodes · 7 years ago sketches-pig-0.8.2
  75. ccda795 update pig with new checkstyle rules by Lee Rhodes · 7 years ago
  76. ac4f845 update pom by Lee Rhodes · 7 years ago
  77. 30a2464 Merge pull request #28 from DataSketches/add-shaded-memory by Lee Rhodes · 7 years ago
  78. 6cadaeb added memory to the shaded jar by saydakov · 7 years ago
  79. c53e4b0 Corrected import orders by Lee Rhodes · 8 years ago
  80. 91dd637 Merge pull request #25 from DataSketches/memory_migration by Lee Rhodes · 8 years ago
  81. 6fe7353 Point to new Memory package by jmalkin · 8 years ago
  82. fd1a153 minor changes to pom by Lee Rhodes · 8 years ago
  83. a367324 update pom by Lee Rhodes · 8 years ago
  84. 207ecd1 Pom dependency updates by Lee Rhodes · 8 years ago
  85. eab22be Update dictionary by Lee Rhodes · 8 years ago
  86. ed5d934 Fix http references to https where supported by Lee Rhodes · 8 years ago
  87. 3d6c114 [maven-release-plugin] prepare for next development iteration by Lee Rhodes · 8 years ago
  88. defd40d [maven-release-plugin] prepare release sketches-pig-0.7.0 by Lee Rhodes · 8 years ago sketches-pig-0.7.0
  89. ca03ae2 Revert "[maven-release-plugin] prepare release sketches-pig-0.7.0" by saydakov · 8 years ago
  90. 5d491de [maven-release-plugin] prepare release sketches-pig-0.7.0 by saydakov · 8 years ago
  91. 089f642 Merge pull request #24 from DataSketches/default-nominal-entries by Lee Rhodes · 8 years ago
  92. ec9c81b better code coverage by saydakov · 8 years ago
  93. 5793552 support default nominal entries by saydakov · 8 years ago
  94. e83fa26 Merge pull request #23 from DataSketches/add-javadoc by Lee Rhodes · 8 years ago
  95. d4e2d28 added missing javadocs by saydakov · 8 years ago
  96. 1967107 update pom dependency to core 0.7.0 by Lee Rhodes · 8 years ago
  97. f0468e5 Clean up from Checkstyle; added tools dir for FindBugs and Checkstyle by Lee Rhodes · 8 years ago
  98. a8bd157 Merge pull request #22 from DataSketches/get-k-udfs by Lee Rhodes · 8 years ago
  99. c90396c UDFs to get K from a sketch by saydakov · 8 years ago
  100. 2f11eae Merge pull request #21 from DataSketches/rename-merge-to-union by Lee Rhodes · 8 years ago