You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/04 19:43:28 UTC

[GitHub] [druid] jihoonson commented on issue #9308: Add MemoryOpenHashTable, a table similar to ByteBufferHashTable.

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org