You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also a huge gap here, specifically for the delta field within the integration suite, but I dont know how deep the gap goes w.r.t the commit/version queries
We previously removed the delta payload for the composite block since it is already tracked by field level commits and having the delta in the composite would cause issues protecting the field level data. The expected payload for the composite should be nil.
## Relevant issue(s)
Resolves#2299
## Description
This PR fixes a regression bug and adds integration tests to ensure that
future changes don't break the expected query results
## Relevant issue(s)
Resolvessourcenetwork#2299
## Description
This PR fixes a regression bug and adds integration tests to ensure that
future changes don't break the expected query results
Describe the problem
When requesting the
delta
field on either_version
object or acommit
query will return incorrect values.To Reproduce
_version
field orcommit
query specifying thedelta
in the selection setExpected behavior
Return the base64 encode delta payload, instead it just seems to return the string "Data"
Platform
Linux WSL
The text was updated successfully, but these errors were encountered: