dongjoon-hyun opened a new pull request, #297: URL: https://github.com/apache/spark-connect-swift/pull/297
### What changes were proposed in this pull request? This PR aims to improve `create_spark_jira.py` to support TYPE parameter `-t`. ### Why are the changes needed? To help developers to file JIRA issues with TYPEs. Previously, it was `Improvement` always. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manually tests. ``` $ dev/create_spark_jira.py -p SPARK-54095 -t Improvement 'Improve `create_spark_jira.py` to support TYPE parameter `-t`' Creating a subtask of SPARK-54095 with title: Improve `create_spark_jira.py` to support TYPE parameter `-t` Created JIRA issue: SPARK-55635 git checkout -b SPARK-55635 Switched to a new branch 'SPARK-55635' Created and checked out branch: SPARK-55635 ['git', 'commit', '-a', '-m', '[SPARK-55635] Improve `create_spark_jira.py` to support TYPE parameter `-t`'] Created a commit with message: [SPARK-55635] Improve `create_spark_jira.py` to support TYPE parameter `-t` ``` ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity` -- 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]
