Skip to content

Commit

Permalink
reduce calling listFiles times
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcclp committed Sep 13, 2024
1 parent db5a2f7 commit 8f0db6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ object CHBackendSettings extends BackendSettingsApi with Logging {

override def transformCheckOverflow: Boolean = false

override def requiredInputFilePaths(): Boolean = true
override def requiredInputFilePaths(): Boolean = false

override def requireBloomFilterAggMightContainJointFallback(): Boolean = false

Expand Down

0 comments on commit 8f0db6f

Please sign in to comment.