deepakpanda93 opened a new pull request, #14168: URL: https://github.com/apache/hudi/pull/14168
### Describe the issue this Pull Request addresses This PR addresses two issues: - Python Indentation Error : Fixed inconsistent indentation (mixed tabs and spaces) in utils.py which caused an IndentationError at runtime. - Docker Compose Compatibility : Added a validation function in the shell script to dynamically detect and use the correct Docker Compose command (docker compose or docker-compose) based on availability. ### Summary and Changelog - Fixed indentation in /opt/notebooks/utils.py to use 4-space indentation consistently. - Added a validation function in the shell script to dynamically detect and use the correct Docker Compose command (docker compose or docker-compose) based on availability. ### Impact None ### Risk Level none ### Documentation Update None required. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
