Florent Biville
Florent Biville
Hello, thanks for the detailed review. I'm not part of the Liquibase core team, so someone from the core team will chime in for sure :) I think that if...
Thanks for the issue, I'll double-check. I believe `Quickstart` is the only documentation area that is not covered by tests, so it's very possible it does not work properly.
@JohnScience the fix has finally landed 😅 . The quick start should be update in the following minutes (at the time of writing).
Hello, can you please share the definition of your dataframe? Thanks a lot!
Apologies for the delay in answering, we've had a busy couple of months 😅 [I wrote a quick test case](https://gist.github.com/fbiville/e6cfe59f35dfe9a051768f5a71cc35ae): ```scala val df: DataFrame = Seq( ("cid-1", "product-code-1", 1, "issn-print-1",...
> I guess at the moment the queries are treated as a string not decomposed into a query that can be optimized by a query planner as eg spark does...
No customer feedback, closing this for now.
Hello, can you please share some [Bolt traces](https://github.com/neo4j/neo4j-go-driver?tab=readme-ov-file#bolt-tracing) in order for us to understand what's going on before and during that error?
You can also run `session.ExecuteRead` or `session.ExecuteWrite` to leverage the built-in retries (in 4.x, they're called `session.ReadTransaction` and `session.WriteTransaction`). The only case when you cannot use these APIs is when...