Format python

Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
Xuanwo
2025-07-10 19:11:02 +08:00
parent 0e7a218d62
commit 16a7e29639

View File

@@ -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