cannero
cannero
In the chapter 'Applied: Build an Executor' we set `MAX_QUEUED_TASKS` and have an `expect` on `send(task)` which should fail if there are too many tasks. I tried to trigger this...
When the 'w' duration parameter is used, truncate and round by calendar weeks instead of nano seconds. Breaking change if 'w' was used to truncate by weeks. Closes #5557
Infer the number of columns of a header-less csv file from the same group of rows which are used to infer the types. The old logic is used if `infer_schema_length`...