Dmitrii Blaginin
Dmitrii Blaginin
Just wanted to share my thoughts on the task before I bombard you with PRs 😅 I think `ConcreteTreeNode` and `DynTreeNode` are the best places to write iterative algorithms. They...
Normally, to convert string to dt it's required to pass `is_datetime` with to the function. Here it's a bit tricky because you'd probably want to specify it on the field...
Oops, sorry, @Eason0729, I was searching for issues to link my [pr](https://github.com/apache/datafusion-sqlparser-rs/pull/1522) to and just came across this ticket. Happy to work on this together, if you would like to...
@phughk can you take a look please?
https://github.com/apache/datafusion/pull/16447 is merged so closing this
It's technically reverse the codebase to the previous state, so IMO should be fine to backport? Happy to create a PR to df-48
It feels like this is because live queries are [being processed in a background context](https://github.com/surrealdb/surrealdb/blob/03bd9d37fb43204b9f787816f21c2ba781545b03/core/src/doc/lives.rs#L158) without a transaction. I think we need to create a transaction when processing live query...
@phughk nice! i've submitted the [pr with fix](https://github.com/surrealdb/surrealdb/pull/4317) yesterday - can you take a look? i think I also fix some tests which you don't in your pr?
https://github.com/apache/datafusion/pull/16447 is merged so closing this
time for https://docs.rs/recursive/latest/recursive/?