Commits


Sanjiban Sengupta authored and GitHub committed 7be5e95ede1
ARROW-17973: [C++] Expression::ToString wrong for nullary function call (#14370) This PR fixes the `ToString()` method in the `Expression` class to handle functions with no arguments. Authored-by: Sanjiban Sengupta <sanjiban.sg@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>