This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push: new a142e5d6b Fix Date64Array docs (#3670) a142e5d6b is described below commit a142e5d6b25a8adf4492a6bee9e01dc0e6b8efa9 Author: Raphael Taylor-Davies <1781103+tustv...@users.noreply.github.com> AuthorDate: Mon Feb 6 18:46:39 2023 +0000 Fix Date64Array docs (#3670) --- arrow-array/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-array/src/types.rs b/arrow-array/src/types.rs index 641d4c2fc..f9ca050dc 100644 --- a/arrow-array/src/types.rs +++ b/arrow-array/src/types.rs @@ -151,7 +151,7 @@ make_type!( Date64Type, i64, DataType::Date64, - "A 64-bit date type representing the elapsed time since UNIX epoch in days(32 bits)." + "A 64-bit date type representing the elapsed time since UNIX epoch in milliseconds(64 bits)." ); make_type!( Time32SecondType,