Massoud Mazar
Massoud Mazar
This was an experimental work I did to get Geo Shapes stored in Crate and even implemented bulk operations. I thought it may be useful to others.
These changes should eliminate the memory leak problem. Used red-gates memory profiler to find the leak and verify it is fixed.
## What changes were proposed in this pull request? Add StrictJsonWriter support for streaming to allow complex types. ## How was this patch tested? Was manually tested in a high...
Okta allows you to create a scope and claim type for groups. Using this combination, it is possible to pass groups to the client (i.e. Airflow) and use that to...