Skip to content

Commit 639bafa

Browse files
simplify docstring
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent a28596b commit 639bafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/sea/result_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def __init__(
8383
arrow_schema_bytes=execute_response.arrow_schema_bytes,
8484
)
8585

86-
# Initialize metadata columns for post-fetch transformation
8786
self._metadata_columns: Optional[List[ResultColumn]] = None
87+
# new index -> old index
8888
self._column_index_mapping: Optional[Dict[int, Union[int, None]]] = None
8989

9090
def _convert_json_types(self, row: List[str]) -> List[Any]:

0 commit comments

Comments
 (0)