spetz commented on code in PR #1624: URL: https://github.com/apache/iggy/pull/1624#discussion_r1991808077
########## sdk/src/segments/mod.rs: ########## @@ -0,0 +1,3 @@ +pub mod delete_segments; + +const MAX_SEGMENTS_COUNT: u32 = 1000; Review Comment: I think we can skip this for now. -- 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]
