mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
fixed mispelling with time_granularity
This commit is contained in:
parent
a9133b4b10
commit
b97656172d
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ func bitmaps(frame string, obj JsonObject) chan uint64 {
|
|||
c <- base_id
|
||||
} else {
|
||||
quantum := index.YMDH
|
||||
if val, ok := obj["time_granulatrity"]; ok {
|
||||
if val, ok := obj["time_granularity"]; ok {
|
||||
switch val {
|
||||
case "Y":
|
||||
quantum = index.Y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue