Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(query): pyenv 3.12.2 #15512

Merged
merged 10 commits into from
May 14, 2024
Merged

feat(query): pyenv 3.12.2 #15512

merged 10 commits into from
May 14, 2024

Conversation

sundy-li
Copy link
Member

@sundy-li sundy-li commented May 14, 2024

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.

  • Fixes #[Link the issue here]

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@sundy-li sundy-li added the A-query Area: databend query label May 14, 2024
@github-actions github-actions bot added the pr-feature this PR introduces a new feature to the codebase label May 14, 2024
Copy link

what-the-diff bot commented May 14, 2024

PR Summary

  • Modification to Workflow File
    The change involves adjusting the event that triggers our build process. Instead of being activated every time there's a push, it will now be activated when a PR is labeled. Additionally, certain paths have been removed, limiting the situations where the build process will be triggered.

  • Updates to Setup Script
    A new function has been added to install Python3, making it easier to manage the dependencies needed for your software. The script can now check if git is installed and, if not, automatically install it for the user. Furthermore, the Python3 version has been updated to 3.12.2. An additional step to upgrade pip and setuptools—two tools used to install Python packages—has also been added to ensure users have the latest features and bug fixes.

@sundy-li sundy-li requested a review from everpcpc May 14, 2024 02:53
@BohuTANG BohuTANG merged commit 185a47b into databendlabs:main May 14, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query Area: databend query pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants