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

Update AS OF join to avoid get plan bytes logic #334

Merged
merged 2 commits into from
May 31, 2023
Merged

Conversation

rportilla-databricks
Copy link
Contributor

Update AS OF join logic to remove the plan logic to function within DLT

@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Merging #334 (d2f9616) into master (ec2e3bf) will decrease coverage by 0.64%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #334      +/-   ##
==========================================
- Coverage   85.65%   85.02%   -0.64%     
==========================================
  Files           6        6              
  Lines         767      768       +1     
  Branches      159      160       +1     
==========================================
- Hits          657      653       -4     
- Misses         92       97       +5     
  Partials       18       18              

see 1 file with indirect coverage changes

@tnixon
Copy link
Contributor

tnixon commented May 30, 2023

@rportilla-databricks I made a few small tweaks to the code here. Please take a look

Copy link
Contributor

@tnixon tnixon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tnixon tnixon merged commit 27f2478 into master May 31, 2023
@tnixon tnixon deleted the asof_join_dlt_fix branch May 31, 2023 18:00
tnixon added a commit that referenced this pull request Jun 6, 2023
tnixon added a commit that referenced this pull request Jun 7, 2023
* standardizing package imports

* black reformatting

* simplify the TSDF imports

* reorganize imports

* Revert "simplify the TSDF imports"

This reverts commit 0cefd1569f110c4e7f27db23bfa33db3a1bc730e.

* refactoring sql_fn to sfn based on popular demand

* Describe module import standards

* black formatting

* restoring dlt asofjoin fix from #334

* Update python/tests/intervals_tests.py

hmmm - guess I missed this one :D

Co-authored-by: Lorin Dawson <22798188+R7L208@users.noreply.github.com>

* Update python/tests/intervals_tests.py

good catch

Co-authored-by: Lorin Dawson <22798188+R7L208@users.noreply.github.com>

* Update python/tests/intervals_tests.py

Co-authored-by: Lorin Dawson <22798188+R7L208@users.noreply.github.com>

* Update python/tests/intervals_tests.py

Co-authored-by: Lorin Dawson <22798188+R7L208@users.noreply.github.com>

---------

Co-authored-by: Lorin Dawson <22798188+R7L208@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants