tempo
tempo copied to clipboard
CI/CD overhaul
Major changes to test and build infrastructure, predominantly related to tox
:
-
tox
environments correctly configured - GH actions simplified/refactored to exclusively use
tox
- Officially dropped support for DBR < 11.3
- Moved DBR-specific requirements into
python/tests/requirements
- Made
SparkSession
initialization dynamic in test class setup
A few minor changes in python/tempo
:
- Fixed if statement in
TSDF.withRangeStats
- Removed
event_time
column assumption and made Z-ORDER attempt contingent onoptimizationCols
inio.write
ValueError: Incorrect data format, should be YYYY-MM-DD HH:MM:SS[.nnnnnnnn]
Looks like some tests are still failing with this error. Did the fix for this get merged into master
?
ValueError: Incorrect data format, should be YYYY-MM-DD HH:MM:SS[.nnnnnnnn]
Looks like some tests are still failing with this error. Did the fix for this get merged into
master
?
@R7L208 Not yet. @tnixon and I had a conversation about this issue on Slack. Not sure what he wants to do to fix it.
ValueError: Incorrect data format, should be YYYY-MM-DD HH:MM:SS[.nnnnnnnn]
Looks like some tests are still failing with this error. Did the fix for this get merged intomaster
?@R7L208 Not yet. @tnixon and I had a conversation about this issue on Slack. Not sure what he wants to do to fix it.
I was working on a fix for this but got distracted. Let me see how quick I can push that change.
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.