From 303162e5ca94712947663b7cc8e9b90cd95e92fa Mon Sep 17 00:00:00 2001 From: mohsaka <135669458+mohsaka@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:27:46 -0700 Subject: [PATCH] Change type to row --- velox/functions/prestosql/types/IPPrefixType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velox/functions/prestosql/types/IPPrefixType.h b/velox/functions/prestosql/types/IPPrefixType.h index 7ac0fa648b54..32f32b989c9e 100644 --- a/velox/functions/prestosql/types/IPPrefixType.h +++ b/velox/functions/prestosql/types/IPPrefixType.h @@ -67,7 +67,7 @@ FOLLY_ALWAYS_INLINE std::shared_ptr IPPREFIX() { } struct IPPrefixT { - using type = Varbinary; + using type = Row; static constexpr const char* typeName = "ipprefix"; };