-
Notifications
You must be signed in to change notification settings - Fork 53
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
CI/CD overhaul #403
CI/CD overhaul #403
Conversation
was identical test cases to resample_tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor change needed in build-release.yml
workflow, but o/w LGTM! 😄 🕺🏻 🎉
url: https://help.databricks.com/ | ||
about: Issues related to Databricks and not related to UCX | ||
|
||
- name: UCX Documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: UCX Documentation | |
- name: Tempo Documentation |
contact_links: | ||
- name: General Databricks questions | ||
url: https://help.databricks.com/ | ||
about: Issues related to Databricks and not related to UCX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
about: Issues related to Databricks and not related to UCX | |
about: Issues related to Databricks and not related to Tempo |
python/install_cmd.txt
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this got accidentally checked in while I was working. @jtisbell4 - did you add this one?
python/requirements/dbr113.txt
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you allow minor releases on the requirement files so we are able to automatically pick up patches that have bug and security fixes?
python/tests/tsdf_tests.py
Outdated
def test_tsdf_interpolate(self): | ||
... | ||
def test_tsdf_interpolate(self): ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove this test since it's not implemented?
"my_table_optimization_col_fails zorder by (symbol,date,event_time)\n^^^\n" | ||
], | ||
) | ||
if pkg_version.parse(DELTA_VERSION) < pkg_version.parse("2.0.0"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jtisbell4 - can we mock this env var so there's no conditional logic in the test? the if/else will make it conditionally fail/pass but the test outcome should be consistent regardless of delta version installed
Major changes to test and build infrastructure, predominantly related to
tox
:tox
environments correctly configuredtox
python/tests/requirements
SparkSession
initialization dynamic in test class setupA few minor changes in
python/tempo
:TSDF.withRangeStats
event_time
column assumption and made Z-ORDER attempt contingent onoptimizationCols
inio.write