Commits


David Li authored and Antoine Pitrou committed f3344dc6468
ARROW-12859: [C++] Add ScalarFromJSON for testing ``` ScalarFromJSON(int64(), "null") == Datum(Int64Scalar()) ScalarFromJSON(int64(), "5") == Datum(Int64Scalar(5)) ``` Closes #10386 from lidavidm/arrow-12859 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>