calcite-test-dataset icon indicating copy to clipboard operation
calcite-test-dataset copied to clipboard

wikiticker dataset is not populated for druid

Open valtroffuture opened this issue 5 years ago • 2 comments

Executing steps described at https://github.com/vlsi/calcite-test-dataset#accessing-druid-in-the-vm returns [] from druid, but changing "wikiticker" to "foodmart" in the above steps returns this result from druid: [ { "timestamp" : "1997-01-01T00:00:00.000Z", "result" : { "maxTime" : "1997-12-30T00:00:00.000Z", "minTime" : "1997-01-01T00:00:00.000Z" } } ] Which probably means that only the foodmart dataset was populated for druid , while wikiticker wasn't.

valtroffuture avatar Apr 25 '19 23:04 valtroffuture

Wonder if this was caused by the recent Druid upgrade in PR #30

https://github.com/vlsi/calcite-test-dataset/pull/30/files#diff-4d687b6127479ccd0e9401aec6f5ae59L33

Looks like wikiticker was replaced with wikipedia?

Maybe @nishantmonu51 or @jcamachor knows?

risdenk avatar Apr 26 '19 00:04 risdenk

@risdenk, that is my understanding. It seems documentation should have been updated accordingly as part of #30. @nishantmonu51, could you push an addendum?

jcamachor avatar Apr 26 '19 16:04 jcamachor