Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Easy reproducer from R:
library(arrow)
Expression$create("random")
# Expression
# rando)
If you give it an argument (invalid in the case of random(), but Expression doesn't know that), it's fine:
Expression$create("random", Expression$scalar(1))
# Expression
# random(1)
Attachments
Issue Links
- links to