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 1f33d82 commit ff7304bCopy full SHA for ff7304b
1 file changed
lance-spark-base_2.12/src/main/java/org/lance/spark/read/LanceScanBuilder.java
@@ -228,8 +228,7 @@ public Scan build() {
228
// Close the lazily opened dataset - it's no longer needed after build
229
closeLazyDataset();
230
231
- Optional<String> whereCondition =
232
- FilterPushDown.compileFiltersToSqlWhereClause(pushedFilters);
+ Optional<String> whereCondition = FilterPushDown.compileFiltersToSqlWhereClause(pushedFilters);
233
boolean useScalarIndex = !forcePostScanFiltering;
234
return new LanceScan(
235
schema,
@@ -473,5 +472,4 @@ private boolean shouldForcePostScanFiltering(Filter[] acceptedFilters) {
473
472
474
return segmentedZonemapCounts.values().stream().anyMatch(count -> count > 1);
475
}
476
-
477
0 commit comments