ZENOTME
ZENOTME
> Mixing the two modes is not supported by bind, but there is a trick you can apply. Create a new umem here, but have it overlap the first umem...
> Why not format the timestamp types into strings? I'm not sure what you means. A timestamp type can be format into different string with the same semantics. > I'd...
> > I'm not sure what you means. A timestamp type can be format into different string with the same semantics. > > You can format it to a fixed...
> Yes. All should use days / hours, probably, if we only want to work on strings instead of interpreting the actual values. If we can unify the '*.slt' file,...
> It's slightly better but still need to do some parsing. The behavior can be tweaked by using different engines. e.g., if some users do want to test the results...
Why not change all `A A1 ` to `A1 A1 ` for the type have introduced the custom comparator.
``` pub trait CustomResult:ToString { fn cmp(&self,str:&str)->bool; } impl CustomResult for String { fn cmp(&self,str:&str)->bool{ self == str } } pub type BoxResult = Box; ``` I try to create...
For sqllogictest, I think the binary format isn't appropriate for us. So I try to modify the rust-postgres to request text format result in extended query protocol and use it...
cc @liurenjie1024 @Fokko @Xuanwo
Hi, I have tried to fix this PR. Some things may not be fixed well now: 1. https://github.com/apache/iceberg-rust/pull/349#discussion_r1580444775 I'm not sure whether my understanding is correct 2. todo, we can...