diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-31 07:55:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-31 07:55:38 +0000 |
commit | 139b61d941836298794fcbeb179dc49c43d3fd95 (patch) | |
tree | 5b978af9eb7d9a506a5f73b33b44dde7e9188fcb /tests/test_transpile.py | |
parent | Adding upstream version 25.7.1. (diff) | |
download | sqlglot-139b61d941836298794fcbeb179dc49c43d3fd95.tar.xz sqlglot-139b61d941836298794fcbeb179dc49c43d3fd95.zip |
Adding upstream version 25.8.1.upstream/25.8.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_transpile.py')
-rw-r--r-- | tests/test_transpile.py | 8 |
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)", ], ) |