Skip to content

Commit

Permalink
fix ck api
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiayi771 committed Sep 13, 2023
1 parent e88f99e commit f9508cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class CHIteratorApi extends IteratorApi with Logging with LogLevelUtil {
lengths,
partitionColumns.map(_.asJava).asJava,
fileFormats(i)),
SoftAffinityUtil.getFilePartitionLocations(f))
SoftAffinityUtil.getFilePartitionLocations(f, f.files))
case _ =>
throw new UnsupportedOperationException(s"Unsupport operators.")
})
Expand Down

0 comments on commit f9508cb

Please sign in to comment.