Commits


Morgan Cassels authored and Paddy Horan committed bc06c0d4cce
ARROW-8117 [Datafusion] [Rust] allow cast SQLTimestamp to Timestamp Because current sqlparser version cannot parse timestamps in queries, allowing casting number to timestamp enables selection on timestamp type columns. Closes #6618 from mcassels/cast_number_to_timestamp_nanoseconds and squashes the following commits: 02fbf835c <Morgan Cassels> run cargo fmt 73fed60f6 <Morgan Cassels> support casting to timestamp Authored-by: Morgan Cassels <morgan@urbanlogiq.com> Signed-off-by: Paddy Horan <paddyhoran@hotmail.com>