Merging upstream version 17.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
06c5965633
commit
ff2afd7448
91 changed files with 42856 additions and 42624 deletions
|
@ -1,3 +1,5 @@
|
|||
from unittest import mock
|
||||
|
||||
from tests.dialects.test_dialect import Validator
|
||||
|
||||
|
||||
|
@ -148,7 +150,8 @@ TBLPROPERTIES (
|
|||
},
|
||||
)
|
||||
|
||||
def test_hint(self):
|
||||
@mock.patch("sqlglot.generator.logger")
|
||||
def test_hint(self, logger):
|
||||
self.validate_all(
|
||||
"SELECT /*+ COALESCE(3) */ * FROM x",
|
||||
write={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue