Fix Null Transformation of Small DateTime64 Constants in Nested Subqueries
Official CH changelog text
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).