We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc9a35 commit ce0f16bCopy full SHA for ce0f16b
1 file changed
datafusion/common/src/scalar/consts.rs
@@ -86,6 +86,9 @@ pub(super) const DECIMAL256_ONES: [i256; Decimal256Type::MAX_SCALE as usize] = {
86
//
87
// This is mainly a shortcut for not needing to manually list out each value
88
// anyway.
89
+ //
90
+ // TODO: simplify this after https://github.com/apache/arrow-rs/pull/10363
91
+ // lands upstream
92
let mut values = [i256::ONE; _];
93
let mut i = 1;
94
while i < values.len() {
0 commit comments