1. 50ef98e Merge pull request #66 from okumin/udf-descriptions-warning by Alexander Saydakov · 1 year, 2 months ago master
  2. e3bafbe Fix typo: rlative -> relative by okumin · 1 year, 2 months ago
  3. 53d0249 Add @Description to UDFs registered in Apache Hive by okumin · 1 year, 2 months ago
  4. 35c889e Merge pull request #63 from apache/dependabot/maven/org.apache.hadoop-hadoop-common-3.3.2 by Alexander Saydakov · 1 year, 11 months ago
  5. af7d55b Bump hadoop-common from 3.3.1 to 3.3.2 by dependabot[bot] · 1 year, 11 months ago
  6. efdab4c exclude git.properties from apache-rat-plugin check by AlexanderSaydakov · 2 years, 2 months ago
  7. 5e78bdd tentative revision by AlexanderSaydakov · 2 years, 2 months ago
  8. 8fe56bb 1.3.0-SNAPSHOT by AlexanderSaydakov · 2 years, 3 months ago
  9. 5cc45ba Revert git-commit-plugin back to version 4.9.10. by Lee Rhodes · 2 years, 3 months ago
  10. 0a0cbb7 Added documentation as requested by issue #54. by Lee Rhodes · 2 years, 3 months ago
  11. 3a8b288 Merge pull request #62 from apache/core_3_1_0 by Lee Rhodes · 2 years, 3 months ago
  12. dcd4f60 use datasketches-java-3.1.0 by AlexanderSaydakov · 2 years, 3 months ago
  13. 00852ef Merge pull request #61 from apache/CleanupWarnings&POM by Lee Rhodes · 2 years, 3 months ago
  14. 0d2000b This is a lot of files... by Lee Rhodes · 2 years, 4 months ago
  15. d14ebf9 Merge branch 'master' of git@github.com:apache/datasketches-hive.git by Lee Rhodes · 2 years, 4 months ago
  16. 40da360 Add "workflow_dispatch" to .github/workflows/maven.yml by Lee Rhodes · 2 years, 4 months ago
  17. 9f1ae19 Merge pull request #60 from apache/core_3_0_0 by Alexander Saydakov · 2 years, 4 months ago
  18. 8adc65d obsolete parameters by AlexanderSaydakov · 2 years, 4 months ago
  19. e7d22a7 removed unnecessary and wrong section by AlexanderSaydakov · 2 years, 4 months ago
  20. a35ed65 updated some plugins by AlexanderSaydakov · 2 years, 4 months ago
  21. 798a0d7 latest Hadoop and Hive by AlexanderSaydakov · 2 years, 4 months ago
  22. 3569235 use the latest datasketches-java-3.0.0 by AlexanderSaydakov · 2 years, 4 months ago
  23. 6f56aa9 Merge pull request #58 from apache/checkstyle_fixes by Lee Rhodes · 3 years, 2 months ago
  24. 77e9890 Checkstyle fixes by Lee Rhodes · 3 years, 2 months ago
  25. eb7da54 Merge pull request #57 from apache/move_from_travis_to_gha by Lee Rhodes · 3 years, 2 months ago
  26. 030402b Move from Travis-ci to GitHub Actions by Lee Rhodes · 3 years, 2 months ago
  27. a9e73d4 Merge pull request #56 from apache/Update_to_core2.0.0 by Lee Rhodes · 3 years, 2 months ago
  28. 29292bd These are all code cleanup changes. by Lee Rhodes · 3 years, 2 months ago
  29. e70423a Updates required to match java core 2.0.0. by Lee Rhodes · 3 years, 2 months ago
  30. 880d5cf Merge pull request #55 from packet23/jaccard-udf by Lee Rhodes · 3 years, 2 months ago
  31. 9c0d725 EstimateSketchSimilarityUDF by Sebastian Klemke · 3 years, 3 months ago
  32. 9b33dda A few fixes related to move to TLP. by Lee Rhodes · 3 years, 4 months ago
  33. 6d57536 Fix GitHub homepage reference. by Lee Rhodes · 3 years, 6 months ago
  34. 030290b Fix typos. by Lee Rhodes · 3 years, 10 months ago
  35. 31d66b6 Release Process: Change pom version to 1.2.0-incubating-SNAPSHOT. by Lee Rhodes · 3 years, 11 months ago
  36. c827e37 Added license to new file log4j2.xml by Lee Rhodes · 3 years, 11 months ago
  37. a1850e6 Changed POM and added log4j2.xml config to eliminate compiler warnings. by Lee Rhodes · 3 years, 11 months ago
  38. 3840c79 Minor fixes to gitignore, travis.yml, SketchesCheckstyle.xml, package-info. by Lee Rhodes · 3 years, 11 months ago
  39. 68013d9 Remove unused imports to eliminate warnings. by Lee Rhodes · 3 years, 11 months ago
  40. 334fe1f Merge branch 'master' of git@github.com:apache/incubator-datasketches-hive.git by Lee Rhodes · 3 years, 11 months ago
  41. 88fe034 Very minor edits to NOTICE, README and Pom to bring them into closer by Lee Rhodes · 3 years, 11 months ago
  42. e0a85de Merge pull request #52 from apache/byteswritable_length_fix by Jon Malkin · 4 years ago
  43. 98b312b bump core sketches library dependnecy to v1.3.0-incubating by Jon Malkin · 4 years ago
  44. 18271fd make sure binary is handled consistently, add test for issue #50 by Jon Malkin · 4 years ago
  45. 96b38d0 Merge pull request #53 from apache/revert-51-theta-sketch-estimate-fix-byte-length by Jon Malkin · 4 years ago
  46. af59813 Revert "Fix theta sketch estimation if input has extra bytes" by Lee Rhodes · 4 years ago
  47. 0e901d0 Merge pull request #51 from koke/theta-sketch-estimate-fix-byte-length by Lee Rhodes · 4 years ago
  48. 3337f01 Replace calls to BytesWritable.getBytes() to ensure we don't read beyond the valid buffer by Jon Malkin · 4 years ago
  49. c3a8689 Fix theta sketch estimation if input has extra bytes by Jorge Bernal · 4 years ago
  50. 6fdae74 Merge pull request #49 from apache/Readme by Lee Rhodes · 4 years ago
  51. 58a9a43 Update Readme by Lee Rhodes · 4 years ago
  52. 0969229 Merge pull request #48 from apache/SuppressWarnings by Lee Rhodes · 4 years ago
  53. 09ceb3d Added SuppressWarnings("resource") to a number of test methods. by Lee Rhodes · 4 years ago
  54. 8477c9d Merge pull request #47 from apache/UpdateNotice by Lee Rhodes · 4 years ago
  55. 663a26e Update Notice. by Lee Rhodes · 4 years ago
  56. 158acd5 Merge pull request #45 from apache/UpdateReadme by Lee Rhodes · 4 years, 3 months ago
  57. 13d6ada correct sentence by Lee Rhodes · 4 years, 3 months ago
  58. 153b7e4 Update Readme by Lee Rhodes · 4 years, 3 months ago
  59. 7d2db4d Merge pull request #44 from apache/misc by Lee Rhodes · 4 years, 4 months ago
  60. da16a85 Update Readme by Lee Rhodes · 4 years, 4 months ago
  61. 97af909 Updates to Disclaimer and Readme by Lee Rhodes · 4 years, 4 months ago
  62. 21006ab Update Checkstyle config. by Lee Rhodes · 4 years, 5 months ago
  63. 98927fe Update checkstyle config by Lee Rhodes · 4 years, 5 months ago
  64. d1769c1 Update travis.yml by Lee Rhodes · 4 years, 7 months ago
  65. e96be4e update license by Lee Rhodes · 4 years, 7 months ago
  66. 6cf0aa0 Remove yahoo header by Lee Rhodes · 4 years, 7 months ago
  67. e59823a update pom by Lee Rhodes · 4 years, 7 months ago
  68. 43cb0b5 update pom by Lee Rhodes · 4 years, 7 months ago
  69. 70aff28 update Notice pom by Lee Rhodes · 4 years, 7 months ago
  70. 30a42c0 Minor updates by Lee Rhodes · 4 years, 7 months ago
  71. 6665bc1 update pom by Lee Rhodes · 4 years, 7 months ago
  72. 7f055e4 remove stylesheet.css by Lee Rhodes · 4 years, 7 months ago
  73. 7485c15 Increment master pom version to 1.1.0-incubating-SNAPSHOT by Lee Rhodes · 4 years, 7 months ago
  74. 70edfa1 Update README by Lee Rhodes · 4 years, 7 months ago
  75. b56e0c3 Merge branch 'master' of git@github.com:apache/incubator-datasketches-hive.git by Lee Rhodes · 4 years, 7 months ago
  76. 3c34e92 Update metadata files at root. by Lee Rhodes · 4 years, 7 months ago
  77. 0af1e95 Merge pull request #42 from apache/UpdateReadme by Lee Rhodes · 4 years, 7 months ago
  78. 4581974 Update Readme by Lee Rhodes · 4 years, 7 months ago
  79. 4163c9b Remove slf4j dependency by Lee Rhodes · 4 years, 7 months ago
  80. 9125295 Merge pull request #41 from apache/LicenseSwap by Lee Rhodes · 4 years, 7 months ago
  81. bd5657d Try -quiet mode. by Lee Rhodes · 4 years, 7 months ago
  82. 44777ec remove "Downloading" and "Downloaded" lines from build output. by Lee Rhodes · 4 years, 7 months ago
  83. 347fae4 remove [INFO] logging messages during build by Lee Rhodes · 4 years, 7 months ago
  84. e7b7758 Fix lower limit of nomEntries by Lee Rhodes · 4 years, 8 months ago
  85. caf38c4 Adding license to misc files, update readme by Lee Rhodes · 4 years, 8 months ago
  86. 86c4a23 Performed License swap, package refactoring, corrected import statements by Lee Rhodes · 4 years, 8 months ago
  87. 9e007fa Add SuppressWarnings("javadoc") to hide mostly unneccesary warnings. by Lee Rhodes · 4 years, 8 months ago
  88. 2809570 Update pom and checkstyle by Lee Rhodes · 4 years, 10 months ago
  89. 4fdea6a Minor style issues, update POM by Lee Rhodes · 5 years ago
  90. 796dba5 [maven-release-plugin] prepare for next development iteration by saydakov · 5 years ago
  91. b9d6815 [maven-release-plugin] prepare release sketches-hive-0.13.0 by saydakov · 5 years ago sketches-hive-0.13.0
  92. 7f9e76e CPC sketch UDFs by saydakov · 5 years ago
  93. 7b28290 Merge pull request #39 from DataSketches/hll-bounds-and-summary by Lee Rhodes · 5 years ago
  94. 99c5b27 Merge pull request #40 from DataSketches/kll-naming by Lee Rhodes · 5 years ago
  95. dcc33c2 shortened names by saydakov · 5 years ago
  96. fe7f469 set lgK explicitly since the default was not released yet by saydakov · 5 years ago
  97. a2b0ff9 error bounds and to string UDFs by saydakov · 5 years ago
  98. bac6054 Merge pull request #37 from DataSketches/kll-cdf by Alexander Saydakov · 5 years ago
  99. 642c4a8 Merge pull request #38 from DataSketches/quantiles-get-n by Lee Rhodes · 5 years ago
  100. 20e7e60 get CDF functions for quantiles sketch by saydakov · 5 years ago