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 01d2efd commit db95df7Copy full SHA for db95df7
nisystemlink/clients/dataframe/_data_frame_client.py
@@ -312,7 +312,6 @@ def append_table_data(
312
return
313
314
if isinstance(data, models.DataFrame):
315
- # Only include end_of_data in the request if explicitly provided to avoid sending null
316
if end_of_data is None:
317
request_model = models.AppendTableDataRequest(frame=data)
318
else:
@@ -373,7 +372,6 @@ def _generate_body() -> Iterable[memoryview]:
373
372
yield slice
374
375
try:
376
- # Only include the endOfData query when caller specified it.
377
self._append_table_data_arrow(
378
id,
379
_generate_body(),
0 commit comments