Commit 45c0f75
committed
docs: correct _disable_pandas Kernel support in CONNECTION_PARAMETERS.md
_disable_pandas is a Python-side Arrow->row conversion toggle, not a wire
option. KernelResultSet inherits the shared _convert_arrow_table, which
reads connection.disable_pandas, so the flag is honored on the kernel path
too (the kernel returns Arrow that flows through the same conversion).
Mark the row Kernel-supported and drop it from the "ignored on Kernel"
summary list.
Co-authored-by: Isaac
Signed-off-by: eric-wang-1990 <e.wang@databricks.com>1 parent 4d21062 commit 45c0f75
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments