andygrove opened a new issue, #3302:
URL: https://github.com/apache/arrow-datafusion/issues/3302

   **Describe the bug**
   datafusion-proto does not support untyped null scalar values
   
   **To Reproduce**
   ```rust
     #[test]
     fn roundtrip_null_literal() {
         let test_expr = Expr::Literal(ScalarValue::Null);
   
         let ctx = SessionContext::new();
         roundtrip_expr_test(test_expr, ctx);
     }
   ```
   
   **Expected behavior**
   Should work
   
   **Additional context**
   None
   


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

Reply via email to