You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We can improve efficiency by avoiding polling and reducing sleep time.
Describe the solution you'd like
Wait some time until we have tasks available based on available_tasks_slots.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
* add skeleton for StructsToJson
* first test passes
* add support for nested structs
* add support for strings and improve test
* clippy
* format
* prepare for review
* remove perf results
* update user guide
* add microbenchmark
* remove comment
* update docs
* reduce size of diff
* add failing test for quotes in field names and values
* test passes
* clippy
* revert a docs change
* Update native/spark-expr/src/to_json.rs
Co-authored-by: Emil Ejbyfeldt <emil.ejbyfeldt@gmail.com>
* address feedback
* support tabs
* newlines
* backspace
* clippy
* fix test regression
* cargo fmt
---------
Co-authored-by: Emil Ejbyfeldt <emil.ejbyfeldt@gmail.com>
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We can improve efficiency by avoiding polling and reducing sleep time.
Describe the solution you'd like
Wait some time until we have tasks available based on
available_tasks_slots
.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: