mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
add comment for skip null value
This commit is contained in:
parent
7b7f471a18
commit
ec4419ddf6
1 changed files with 1 additions and 0 deletions
|
|
@ -1694,6 +1694,7 @@ func (h *Handler) InputJSONDataParser(req map[string]interface{}, index *Index,
|
|||
for _, action := range field.Actions {
|
||||
frame := action.Frame
|
||||
timestamp := timestampFrame[action.Frame]
|
||||
// Skip input data field values that are set to null
|
||||
if req[field.Name] == nil {
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue