Skip to content

Commit db95df7

Browse files
Cleanup
1 parent 01d2efd commit db95df7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nisystemlink/clients/dataframe/_data_frame_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ def append_table_data(
312312
return
313313

314314
if isinstance(data, models.DataFrame):
315-
# Only include end_of_data in the request if explicitly provided to avoid sending null
316315
if end_of_data is None:
317316
request_model = models.AppendTableDataRequest(frame=data)
318317
else:
@@ -373,7 +372,6 @@ def _generate_body() -> Iterable[memoryview]:
373372
yield slice
374373

375374
try:
376-
# Only include the endOfData query when caller specified it.
377375
self._append_table_data_arrow(
378376
id,
379377
_generate_body(),

0 commit comments

Comments
 (0)