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

Release v0.1.3 #139

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Release v0.1.3 #139

merged 1 commit into from
Feb 15, 2024

Conversation

sundarshankar89
Copy link
Collaborator

  • Added support for WITHIN GROUP for ARRAY_AGG and LISTAGG functions (#133).
  • Fixed Merge "INTO" for delete from syntax (#129).
  • Fixed DATE TRUNC parse errors (#131).
  • Patched Logger function call during wheel file (#135).
  • Patched extra call to root path (#126).

Dependency updates:

  • Updated databricks-sdk requirement from ~=0.18.0 to >=0.18,<0.20 (#134).

* Added support for WITHIN GROUP for ARRAY_AGG and LISTAGG functions ([#133](#133)).
* Fixed Merge "INTO" for delete from syntax ([#129](#129)).
* Fixed `DATE TRUNC` parse errors ([#131](#131)).
* Patched Logger function call during wheel file ([#135](#135)).
* Patched extra call to root path ([#126](#126)).

Dependency updates:

 * Updated databricks-sdk requirement from ~=0.18.0 to >=0.18,<0.20 ([#134](#134)).
Copy link
Contributor

@ganeshdogiparthi-db ganeshdogiparthi-db left a comment

Choose a reason for hiding this comment

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

LGTM

@sundarshankar89 sundarshankar89 added this pull request to the merge queue Feb 15, 2024
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (350fb99) 92.30% compared to head (c0e0303) 92.30%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #139   +/-   ##
=======================================
  Coverage   92.30%   92.30%           
=======================================
  Files          14       14           
  Lines         936      936           
  Branches      165      165           
=======================================
  Hits          864      864           
  Misses         45       45           
  Partials       27       27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into main with commit 9847dbf Feb 15, 2024
6 checks passed
@sundarshankar89 sundarshankar89 deleted the prepare/0.1.3 branch February 15, 2024 13:57
sundarshankar89 added a commit to sundarshankar89/remorph that referenced this pull request Jan 2, 2025
* Added support for WITHIN GROUP for ARRAY_AGG and LISTAGG functions
([databrickslabs#133](databrickslabs#133)).
* Fixed Merge "INTO" for delete from syntax
([databrickslabs#129](databrickslabs#129)).
* Fixed `DATE TRUNC` parse errors
([databrickslabs#131](databrickslabs#131)).
* Patched Logger function call during wheel file
([databrickslabs#135](databrickslabs#135)).
* Patched extra call to root path
([databrickslabs#126](databrickslabs#126)).

Dependency updates:

* Updated databricks-sdk requirement from ~=0.18.0 to >=0.18,<0.20
([databrickslabs#134](databrickslabs#134)).
sundarshankar89 added a commit to sundarshankar89/remorph that referenced this pull request Jan 3, 2025
* Added support for WITHIN GROUP for ARRAY_AGG and LISTAGG functions
([databrickslabs#133](databrickslabs#133)).
* Fixed Merge "INTO" for delete from syntax
([databrickslabs#129](databrickslabs#129)).
* Fixed `DATE TRUNC` parse errors
([databrickslabs#131](databrickslabs#131)).
* Patched Logger function call during wheel file
([databrickslabs#135](databrickslabs#135)).
* Patched extra call to root path
([databrickslabs#126](databrickslabs#126)).

Dependency updates:

* Updated databricks-sdk requirement from ~=0.18.0 to >=0.18,<0.20
([databrickslabs#134](databrickslabs#134)).
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