Refactor and add test for api1 binary query
This commit is contained in:
@@ -83,7 +83,7 @@ pub fn main() -> Result<(), Error> {
|
||||
compression: false,
|
||||
shape: Shape::Scalar,
|
||||
array: false,
|
||||
byte_order: ByteOrder::LE,
|
||||
byte_order: ByteOrder::Little,
|
||||
};
|
||||
let range = NanoRange {
|
||||
beg: u64::MIN,
|
||||
|
||||
Reference in New Issue
Block a user