You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Direct modification of testCompileSourceRoots through add() is deprecated and will not work in Maven 4.0.0. Please use the add/remove methods instead.
3
+
# If you're using a plugin that causes this warning, please upgrade to the latest version and report an issue if the warning persists.
4
+
# To disable these warnings, set -Dmaven.project.sourceRoots.warningsDisabled=true on the command line, in the .mvn/maven.config file,
This is the core Java component of the DataSketches library. It contains all of the sketching algorithms and can be accessed directly from user applications.
27
28
28
29
This component is also a dependency of other components of the library that create adaptors for target systems, such as the [Apache Pig adaptor](https://github.com/apache/datasketches-pig), the [Apache Hive adaptor](https://github.com/apache/datasketches-hive), and others.
29
30
30
-
Note that we have parallel core library components for C++, Python and GO implementations of many of the same sketch algorithms:
31
+
Note that we have parallel core library components for C++, Python, and GO implementations of many of the same sketch algorithms:
Please visit the main [DataSketches website](https://datasketches.apache.org) for more information.
37
38
38
-
If you are interested in making contributions to this site please see our [Community](https://datasketches.apache.org/docs/Community/) page for how to contact us.
39
+
If you are interested in making contributions to this site, please see our [Community](https://datasketches.apache.org/docs/Community/) page for how to contact us.
39
40
40
41
41
42
## Build & Runtime Dependencies
@@ -76,7 +77,7 @@ This will create the following jars:
76
77
77
78
### SpotBugs
78
79
79
-
* Make sure you configure SpotBugs with the /tools/FindBugsExcludeFilter.xml file. Otherwise, you may get a lot of false positive or low risk issues that we have examined and eliminated with this exclusion file.
80
+
* Make sure you configure SpotBugs with the `/tools/FindBugsExcludeFilter.xml` file. Otherwise, you may get a lot of false positive or low risk issues that we have examined and eliminated with this exclusion file.
0 commit comments