ywskycn commented on code in PR #5400:
URL: https://github.com/apache/datafusion-comet/pull/5400#discussion_r3826066189


##########
native/spark-expr/src/nondetermenistic_funcs/internal/mersenne.rs:
##########
@@ -148,6 +148,8 @@ impl SparkMersenneTwister {
 
     /// Port of `BitsStreamGenerator.nextInt(int n)`. The caller always passes 
a
     /// strictly positive `n`, matching Spark's `random.nextInt(i + 1)`.
+    // `isolate_lowest_one` requires Rust 1.97, newer than Comet's Rust 1.88 
MSRV.
+    #[allow(clippy::manual_isolate_lowest_one)]

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to