summaryrefslogtreecommitdiffstats
path: root/tests/test_transpile.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-31 07:55:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-31 07:55:41 +0000
commit10c2aed88097d8c5495cdd00d975eb422c85f52a (patch)
treec723d62f54d831e40f80b91ba2c4edd52687335b /tests/test_transpile.py
parentReleasing debian version 25.7.1-1. (diff)
downloadsqlglot-10c2aed88097d8c5495cdd00d975eb422c85f52a.tar.xz
sqlglot-10c2aed88097d8c5495cdd00d975eb422c85f52a.zip
Merging upstream version 25.8.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/test_transpile.py8
1 files changed, 4 insertions, 4 deletions
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)",
],
)