Skip to content

Commit b4eff06

Browse files
committed
fix version
1 parent 7e25434 commit b4eff06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/capability.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl Capability {
2424
pub fn from_server_version(ver: &Version) -> Capability {
2525
Capability {
2626
streaming_load: ver > &Version::new(1, 2, 781),
27-
arrow_data: ver >= &Version::new(1, 2, 836),
27+
arrow_data: ver > &Version::new(1, 2, 835),
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)