D.B. Schwartz
D.B. Schwartz
I am running foundationdb: v6.1.12 My OS is: MacOS Here is the output, it looks like 'nan': node -e 'console.log(require("foundationdb").modType)' nan I do think that when the transaction is run...
Thanks for looking into this for me. Your test works fine for me too when I run it. But I do think I have narrowed down the issue. I have...
@alamb This is a great idea. As I learn more perhaps I can help.
This looks very good, pretty much what I implemented. The only question I have remaining is: If `TableScan` has `filters` why would that not catch all filters? What does `LogicalPlan::Filter`...
Got it, that makes total sense. I will only care about the accepted pushdown filters, so the `TableScan` will work for what we need.
I am interested in this capability for the Rust version of `arrow-flight-sql`. A timeout would not meet our requirements. I would suggest some type of `on_close` event that the client...
Thanks @kou, the `CloseSession` command is exactly what I was looking for. I have 2 questions: * Is this implemented for `arrow-rs`? I do not believe so as `CloseSession` does...
I don't know if this is the right place to report this, but the latest version of `master` for `arrow-rs` does not compile: ``` no associated item named `GRPC_STATUS` found...
@kou Sure, I will report it there.
This issue can be closed as it has been reported in the `arrow-rs` project.