Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse datasource_id as integer on the server side (apache#6359)
- Datasource ids are being serialized into strings on the client side and python's default json.load doesn't deserialize strings representing integers as integers. Adding an integer parsing step when initializing QueryContext.
- Loading branch information