We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28596b commit 639bafaCopy full SHA for 639bafa
src/databricks/sql/backend/sea/result_set.py
@@ -83,8 +83,8 @@ def __init__(
83
arrow_schema_bytes=execute_response.arrow_schema_bytes,
84
)
85
86
- # Initialize metadata columns for post-fetch transformation
87
self._metadata_columns: Optional[List[ResultColumn]] = None
+ # new index -> old index
88
self._column_index_mapping: Optional[Dict[int, Union[int, None]]] = None
89
90
def _convert_json_types(self, row: List[str]) -> List[Any]:
0 commit comments