From 49af28576db02470fe1d2de04e3901309b60c2e4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 10 Jul 2023 07:36:29 +0200 Subject: Merging upstream version 17.3.0. Signed-off-by: Daniel Baumann --- sqlglot/dialects/hive.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sqlglot/dialects/hive.py') diff --git a/sqlglot/dialects/hive.py b/sqlglot/dialects/hive.py index 1abc0f4..5762efb 100644 --- a/sqlglot/dialects/hive.py +++ b/sqlglot/dialects/hive.py @@ -357,6 +357,7 @@ class Hive(Dialect): exp.Left: left_to_substring_sql, exp.Map: var_map_sql, exp.Max: max_or_greatest, + exp.MD5Digest: lambda self, e: self.func("UNHEX", self.func("MD5", e.this)), exp.Min: min_or_least, exp.VarMap: var_map_sql, exp.Create: create_with_partitions_sql, -- cgit v1.2.3