We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c75b02 commit 8230e3cCopy full SHA for 8230e3c
1 file changed
src/snowflake/snowpark/dataframe_reader.py
@@ -129,8 +129,6 @@
129
"fixed": LongType,
130
}
131
132
-_NOT_NULL_RE = re.compile(r"\s+NOT\s+NULL", re.IGNORECASE)
133
-
134
135
def _extract_paren_content(type_str: str) -> Optional[Tuple[str, str]]:
136
"""Extract the base keyword and content inside matching parentheses.
@@ -1537,7 +1535,6 @@ def _infer_schema_for_file_format(
1537
1535
):
1538
1536
identifier = expression
1539
elif format == "PARQUET" and use_structured_type_infer_schema:
1540
1541
if use_relaxed_types:
1542
identifier = f"$1:{name}::{convert_sp_to_sf_type(datatype)}"
1543
else:
0 commit comments