v.24.9Bug Fix

Fix Null Transformation of Small DateTime64 Constants in Nested Subqueries

Fixes #50868. Small DateTime64 constant values returned by a nested subquery inside a distributed query were wrongly transformed to Nulls, thus causing errors and possible incorrect query results. #68323 (Shankar).