Closed OpenSource03 closed 9 months ago
Hello.
Looking at https://github.com/level23/druid-client?tab=readme-ov-file#reindex, I see you mentioning that there is a fromDataSourcemethod on IndexBuilder. However, by copying the exact same code, I see that fromDataSourceis not present in the IndexBuilder as seen here.
fromDataSource
IndexBuilder
You are totally correct. We have removed the fromDataSource from the README and in the example code.
Hello.
Looking at https://github.com/level23/druid-client?tab=readme-ov-file#reindex, I see you mentioning that there is a
fromDataSource
method onIndexBuilder
. However, by copying the exact same code, I see thatfromDataSource
is not present in theIndexBuilder
as seen here.