Skip to content

Commit 6ae0756

Browse files
committed
add test
1 parent 0a896c6 commit 6ae0756

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/cubesql/cubesql/src/sql/dataframe.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,7 @@ mod tests {
10061006
.collect::<Vec<_>>(),
10071007
)?;
10081008

1009-
// TODO: uncomment u64::MAX when we will support u64 properly
1010-
let data64 = vec![0, 1, 2, 3, 4 /*, u64::MAX*/];
1009+
let data64 = vec![0, 1, 2, 3, 4 , u64::MAX];
10111010
create_record_batch(
10121011
DataType::UInt64,
10131012
UInt64Array::from(data64.clone()),

0 commit comments

Comments
 (0)