Skip to content

Commit ff7304b

Browse files
beinanclaude
andcommitted
style: fix spotless formatting in LanceScanBuilder
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1f33d82 commit ff7304b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lance-spark-base_2.12/src/main/java/org/lance/spark/read/LanceScanBuilder.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ public Scan build() {
228228
// Close the lazily opened dataset - it's no longer needed after build
229229
closeLazyDataset();
230230

231-
Optional<String> whereCondition =
232-
FilterPushDown.compileFiltersToSqlWhereClause(pushedFilters);
231+
Optional<String> whereCondition = FilterPushDown.compileFiltersToSqlWhereClause(pushedFilters);
233232
boolean useScalarIndex = !forcePostScanFiltering;
234233
return new LanceScan(
235234
schema,
@@ -473,5 +472,4 @@ private boolean shouldForcePostScanFiltering(Filter[] acceptedFilters) {
473472

474473
return segmentedZonemapCounts.values().stream().anyMatch(count -> count > 1);
475474
}
476-
477475
}

0 commit comments

Comments
 (0)