gangliao opened a new issue #9935:
URL: https://github.com/apache/arrow/issues/9935


   What's the challenge of the modulus operator? SIMD?
   
   ```rust
           Operator::Modulus => {
               return Err(DataFusionError::NotImplemented(
                   "Modulus operator is still not supported".to_string(),
               ))
           }
   ```


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to