We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e25434 commit b4eff06Copy full SHA for b4eff06
core/src/capability.rs
@@ -24,7 +24,7 @@ impl Capability {
24
pub fn from_server_version(ver: &Version) -> Capability {
25
Capability {
26
streaming_load: ver > &Version::new(1, 2, 781),
27
- arrow_data: ver >= &Version::new(1, 2, 836),
+ arrow_data: ver > &Version::new(1, 2, 835),
28
}
29
30
0 commit comments