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 54b43fa commit 2750c5eCopy full SHA for 2750c5e
src/databricks/sql/backend/sea/queue.py
@@ -321,7 +321,7 @@ def _create_next_table(self) -> Union["pyarrow.Table", None]:
321
322
end_time = time.time()
323
logger.info(
324
- f"SeaCloudFetchQueue: Created table at offset {row_offset} in {end_time - start_time} seconds"
+ f"SeaCloudFetchQueue: Created table for chunk {self.current_chunk_index} at offset {row_offset} in {end_time - start_time} seconds"
325
)
326
327
self.current_chunk_index += 1
0 commit comments