zhangfengcdt commented on PR #362: URL: https://github.com/apache/sedona-db/pull/362#issuecomment-3613839424
> `build_index_sync` and `build_index` has lots of duplicated code. Can we add a parameter to `build_index` to switch between the concurrent mode and sequential mode? @Kontinuation I have refactored the build_index_sync to (1) rename it to build_index_seq (2) add a new flag to control concurrency (3) remove duplicated logic. Could you please take a look again? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
