Merging upstream version 11.2.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c6f7c6bbe1
commit
428b7dd76f
93 changed files with 33054 additions and 31671 deletions
|
@ -2,8 +2,7 @@ import datetime
|
|||
import inspect
|
||||
import unittest
|
||||
|
||||
from sqlglot import expressions as exp
|
||||
from sqlglot import parse_one
|
||||
from sqlglot import expressions as exp, parse_one
|
||||
from sqlglot.dataframe.sql import functions as SF
|
||||
from sqlglot.errors import ErrorLevel
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
from unittest import mock
|
||||
|
||||
import sqlglot
|
||||
from sqlglot.dataframe.sql import functions as F
|
||||
from sqlglot.dataframe.sql import types
|
||||
from sqlglot.dataframe.sql import functions as F, types
|
||||
from sqlglot.dataframe.sql.session import SparkSession
|
||||
from sqlglot.schema import MappingSchema
|
||||
from tests.dataframe.unit.dataframe_sql_validator import DataFrameSQLValidator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue