quickwit-datasource
quickwit-datasource copied to clipboard
Refactor multisearch, fix numeric timestamp unmarshalling
- 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