This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 54b9d70a5d6 [fix](compile) Fix compile failure (#60008)
54b9d70a5d6 is described below
commit 54b9d70a5d6cba0c02339be7bd53d9133ed1716b
Author: Gabriel <[email protected]>
AuthorDate: Mon Jan 19 10:51:16 2026 +0800
[fix](compile) Fix compile failure (#60008)
---
be/src/vec/functions/date_time_transforms.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/vec/functions/date_time_transforms.h
b/be/src/vec/functions/date_time_transforms.h
index ce5639af0a9..6ea4da05bc4 100644
--- a/be/src/vec/functions/date_time_transforms.h
+++ b/be/src/vec/functions/date_time_transforms.h
@@ -230,7 +230,7 @@ struct ToIso8601Impl {
template <>
struct ToIso8601Impl<TYPE_TIMESTAMPTZ> {
static constexpr PrimitiveType OpArgType = TYPE_TIMESTAMPTZ;
- using ArgType = typename
PrimitiveTypeTraits<TYPE_TIMESTAMPTZ>::CppNativeType;
+ using ArgType = typename PrimitiveTypeTraits<TYPE_TIMESTAMPTZ>::CppType;
static constexpr auto name = "to_iso8601";
// Format: YYYY-MM-DDTHH:MM:SS.SSSSSS+HH:MM
static constexpr auto max_size = 32;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]