keith-turner commented on PR #6121: URL: https://github.com/apache/accumulo/pull/6121#issuecomment-3892183216
Branching does seems like a good solution if not branching is going to lead to lots of complexity and maybe not an optimal experience when using the command line in 2.1 and 4.0. With branching can optimize the command line for what is available in each accumulo version. If we did branch could follow the same strategy as accumulo repo where bug fixes are merged to 2.1 then main. Could also update this projects readme w/ recommended versions eventually after accumulo releases 4.0. For now the readme in main (which would be against 4.0 code) could recommend using the 2.1 branch and 2.1 targeted release. Also branching this project avoids having to lock anything in prematurely, still gives ability to coevolve this main branch and accumulo main branch as new things are learned. -- 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]
