Re: [I] Break upgrade guides into separate pages [datafusion]
avantgardnerio closed issue #20155: Break upgrade guides into separate pages URL: https://github.com/apache/datafusion/issues/20155 -- 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] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] Break upgrade guides into separate pages [datafusion]
mishop-15 commented on issue #20155: URL: https://github.com/apache/datafusion/issues/20155#issuecomment-385953 @avantgardnerio I've opened a PR to fix this: #20183 each upgrade guide version now has its own page, so ctrl-F should work properly within each version. -- 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] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] Break upgrade guides into separate pages [datafusion]
suryanshcode2601 commented on issue #20155: URL: https://github.com/apache/datafusion/issues/20155#issuecomment-3853188110 Hi! I’d love to work on this issue if it’s available. My initial plan would be to explore how the current upgrade guides are generated, identify logical version-based sections (e.g. 45→46), and split them into separate HTML/markdown pages while keeping navigation intact. I’ll also make sure existing links and the docs build continue to work correctly. Please let me know if this approach sounds reasonable or if there’s a preferred structure you’d like me to follow. -- 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] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] Break upgrade guides into separate pages [datafusion]
alamb commented on issue #20155: URL: https://github.com/apache/datafusion/issues/20155#issuecomment-3849734622 This is probably a good first issue -- 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] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] Break upgrade guides into separate pages [datafusion]
avantgardnerio commented on issue #20155: URL: https://github.com/apache/datafusion/issues/20155#issuecomment-3848685547 n/m @dispanser directed me here: https://github.com/coralogix/arrow-datafusion/tree/v46/dev/changelog -- 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] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[I] Break upgrade guides into separate pages [datafusion]
avantgardnerio opened a new issue, #20155: URL: https://github.com/apache/datafusion/issues/20155 ### Is your feature request related to a problem or challenge? We are upgrading from DataFusion 45 -> 46, and it's been very helpful to have an upgrade guide! Thanks @alamb and whoever else is involved :) However, it can be hard to navigate these guides, because they are all one page. For example, I see we had to make changes in our code involving Aggregate and WindowFunctions, but when I `ctrl-F` for relevant terms it scrolls me to random locations in the list of upgrades and I don't know if I'm on 46 or not still. ### Describe the solution you'd like Break the upgrade guides up into separate HTML pages so `ctrl-F` works again. ### Describe alternatives you've considered Saving as a PDF and cropping to just the 46 related pages so I can search. Come to think about it, that's exactly what I'm going to do right now. ### Additional context _No response_ -- 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] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
