From 10c2aed88097d8c5495cdd00d975eb422c85f52a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 31 Jul 2024 09:55:41 +0200 Subject: Merging upstream version 25.8.1. Signed-off-by: Daniel Baumann --- tests/test_transpile.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test_transpile.py') diff --git a/tests/test_transpile.py b/tests/test_transpile.py index 5ea5ffe..d27739c 100644 --- a/tests/test_transpile.py +++ b/tests/test_transpile.py @@ -815,10 +815,10 @@ FROM x""", self.assertEqual( cm.output, [ - "WARNING:sqlglot:Applying array index offset (1)", - "WARNING:sqlglot:Applying array index offset (-1)", - "WARNING:sqlglot:Applying array index offset (1)", - "WARNING:sqlglot:Applying array index offset (1)", + "INFO:sqlglot:Applying array index offset (1)", + "INFO:sqlglot:Applying array index offset (-1)", + "INFO:sqlglot:Applying array index offset (1)", + "INFO:sqlglot:Applying array index offset (1)", ], ) -- cgit v1.2.3