quickwit-datasource icon indicating copy to clipboard operation
quickwit-datasource copied to clipboard

Refactor multisearch, fix numeric timestamp unmarshalling

Open ddelemeny opened this issue 1 year ago • 0 comments

  • Clean up the client implementation (mostly ExecuteMultisearch and related functions)
  • Use a shallow unmarshal pass to avoid casting timestamps to float64 when not desired
  • Adjust dataframe field creation to handle json.Number
  • Adjust a few tests

Fixes #118

ddelemeny avatar Apr 22 '24 20:04 ddelemeny