[To rc/1.3.3] Refactor/ai node build update#13349
Merged
SteveYurongSu merged 2 commits intorc/1.3.3from Aug 29, 2024
Merged
Conversation
* fix: Hopefully fixed the build of the cpp-example on windows systems * fix: Increase the timeout even more to finally make the build succeed. * fix: Fix the build. * refactor: Cleaned up the build of the ai-node to be more robust * fix: Made the groovy script also work when building the entire project. * feat: Added some checks to validate the min and max version of the python3 version being used. * feat: Added some checks to validate the min and max version of the python3 version being used. * fix: Updated the python settings in pyproject.toml to reflect the really valid range of python versions and updated the prerequisite check accordingly. * feat: Removed the option to remove an AI node by rpc-ip+port. * chore: Added the poetry.lock to the .gitignore * docs: Removed the option to use the ip+port from the output of the scripts. * chore: Added the poetry.lock to the repo and removed it from the .gitignore file (cherry picked from commit 7c808c5)
|
SteveYurongSu
approved these changes
Aug 29, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## rc/1.3.3 #13349 +/- ##
===========================================
Coverage 41.47% 41.48%
Complexity 71 71
===========================================
Files 3434 3434
Lines 218617 218617
Branches 25993 25993
===========================================
+ Hits 90679 90698 +19
+ Misses 127938 127919 -19 ☔ View full report in Codecov by Sentry. |
Caideyipi
pushed a commit
to Caideyipi/iotdb
that referenced
this pull request
Mar 25, 2026
* Refactor/ai node build update (apache#13302) * fix: Hopefully fixed the build of the cpp-example on windows systems * fix: Increase the timeout even more to finally make the build succeed. * fix: Fix the build. * refactor: Cleaned up the build of the ai-node to be more robust * fix: Made the groovy script also work when building the entire project. * feat: Added some checks to validate the min and max version of the python3 version being used. * feat: Added some checks to validate the min and max version of the python3 version being used. * fix: Updated the python settings in pyproject.toml to reflect the really valid range of python versions and updated the prerequisite check accordingly. * feat: Removed the option to remove an AI node by rpc-ip+port. * chore: Added the poetry.lock to the .gitignore * docs: Removed the option to use the ip+port from the output of the scripts. * chore: Added the poetry.lock to the repo and removed it from the .gitignore file (cherry picked from commit 7c808c5) * set ainode version --------- Co-authored-by: Christofer Dutz <cdutz@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.