From fc404da02524bd1b06de887095fcdb546cf3a722 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Mon, 6 Feb 2023 13:33:21 +0000 Subject: [PATCH] Fix Date64Array docs --- 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 641d4c2fc15..f9ca050dc0e 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,