From 9db6e84ea2d61250abc7cf9db8b698175cc66283 Mon Sep 17 00:00:00 2001 From: jmrojas2332 Date: Fri, 6 Mar 2020 22:33:22 +0000 Subject: [PATCH] MCOL-3760 Fix rand func in columnstore not matching mdb --- utils/funcexp/functor_export.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/funcexp/functor_export.h b/utils/funcexp/functor_export.h index a59a37c3d..27bd5c3d0 100644 --- a/utils/funcexp/functor_export.h +++ b/utils/funcexp/functor_export.h @@ -46,6 +46,8 @@ public: { fSeedSet = seedSet; fMultipleSeedsSet = seedSet; + fFirstRow = nullptr; + fSeeds = {}; } execplan::CalpontSystemCatalog::ColType operationType(FunctionParm& fp, execplan::CalpontSystemCatalog::ColType& resultType);