From 16a7e29639400edb1e3c3cb1dbffdff8950da378 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 10 Jul 2025 19:11:02 +0800 Subject: [PATCH] Format python Signed-off-by: Xuanwo --- python/python/lancedb/merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python/lancedb/merge.py b/python/python/lancedb/merge.py index c65ddb43..1bb84103 100644 --- a/python/python/lancedb/merge.py +++ b/python/python/lancedb/merge.py @@ -53,7 +53,7 @@ class LanceMergeInsertBuilder(object): specify whether you are referencing the source table (new data) or the target table (existing data) by prefixing column names with "source." or "target." respectively. - + Example: "target.status = 'active'" or "source.price > target.price" """ self._when_matched_update_all = True