Skip to content

Commit ce0f16b

Browse files
committed
add TODO
1 parent bcc9a35 commit ce0f16b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

datafusion/common/src/scalar/consts.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ pub(super) const DECIMAL256_ONES: [i256; Decimal256Type::MAX_SCALE as usize] = {
8686
//
8787
// This is mainly a shortcut for not needing to manually list out each value
8888
// anyway.
89+
//
90+
// TODO: simplify this after https://github.com/apache/arrow-rs/pull/10363
91+
// lands upstream
8992
let mut values = [i256::ONE; _];
9093
let mut i = 1;
9194
while i < values.len() {

0 commit comments

Comments
 (0)