jihoonson commented on issue #9308: Add MemoryOpenHashTable, a table similar to ByteBufferHashTable. URL: https://github.com/apache/druid/pull/9308#issuecomment-582081707 Please check the dependency check failure. ``` [WARNING] Used undeclared dependencies found: [WARNING] org.apache.datasketches:datasketches-memory:jar:1.2.0-incubating:compile [WARNING] Unused declared dependencies found: [WARNING] org.easymock:easymock:jar:4.0.2:compile [INFO] Add the following to your pom to correct the missing dependencies: [INFO] <dependency> <groupId>org.apache.datasketches</groupId> <artifactId>datasketches-memory</artifactId> <version>1.2.0-incubating</version> </dependency> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
