Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datafusion-proto does not support untyped null scalar values #3302

Closed
andygrove opened this issue Aug 30, 2022 · 0 comments · Fixed by #3303
Closed

datafusion-proto does not support untyped null scalar values #3302

andygrove opened this issue Aug 30, 2022 · 0 comments · Fixed by #3303
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Member

Describe the bug
datafusion-proto does not support untyped null scalar values

To Reproduce

  #[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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant