Anastasios Skarlatidis
Anastasios Skarlatidis
Hi @bjgbeelen I cannot reproduce the error. I've tried the following: - DRUID_PORT="8082" and run without errors - DRUID_PORT=8082 and run without errors - DRUID_PORT="should_fail_8082" and failed with the following...
Hi @hariramesh9a I cannot reproduce the issue. I wrote the following code: ``` import java.time.format.DateTimeFormatter import ing.wbaa.druid._ import ing.wbaa.druid.definitions._ import io.circe.generic.auto._ import io.circe.syntax._ import io.circe._ import scala.concurrent.Future implicit val druidConf...
Hi @utk14, the current version of Scruid does not support datasketches. I think that it would be a nice addition to have datasketches in Scruid.
Until having datasketches support in DQL, you may give a try the [SQL API of Scruid v2.4.0](https://github.com/ing-bank/scruid/blob/master/docs/sql.md) and use for example the [APPROX_COUNT_DISTINCT_DS_HLL function](https://druid.apache.org/docs/latest/querying/sql.html#aggregation-functions)
hi @amonpuschel I am seeing the latest version of Scruid for Scala 2.12 in Bintray (as well as for 2.11 and 2.13). For example, Scruid 2.4.0 for Scala 2.12 is...
hi @bbellikan @nkostop I would also like to help if it is possible
any update?