From 26c082093e42843fed009174137978179c6b0b11 Mon Sep 17 00:00:00 2001 From: Masha Basmanova Date: Tue, 12 Mar 2024 23:08:29 -0700 Subject: [PATCH] ... Differential Revision: D54839789 --- velox/functions/sparksql/MakeTimestamp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/velox/functions/sparksql/MakeTimestamp.cpp b/velox/functions/sparksql/MakeTimestamp.cpp index 4466482195a1..d5f301b8c241 100644 --- a/velox/functions/sparksql/MakeTimestamp.cpp +++ b/velox/functions/sparksql/MakeTimestamp.cpp @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - #include "velox/expression/DecodedArgs.h" #include "velox/expression/VectorFunction.h" #include "velox/type/tz/TimeZoneMap.h"