From abf62574d42c2c9e05e92afd4da2791d1a5977e3 Mon Sep 17 00:00:00 2001 From: Ayush Chaurasia Date: Tue, 18 Aug 2026 18:58:00 +0530 Subject: [PATCH] remove stack level --- python/python/lancedb/streaming.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/python/lancedb/streaming.py b/python/python/lancedb/streaming.py index 1c0a3586f..12e0ede31 100644 --- a/python/python/lancedb/streaming.py +++ b/python/python/lancedb/streaming.py @@ -421,7 +421,6 @@ class StreamingDataset(IterableDataset): warnings.warn( "blocks_per_epoch='auto' uses an approximate token-count sample; " "pass an explicit value for exact epoch sizing", - stacklevel=3, ) # TODO: Replace this fallback with Lance's dedicated exact token-count