Nachiket-Roy opened a new pull request, #19517:
URL: https://github.com/apache/datafusion/pull/19517

   ## Which issue does this PR close?
   N/A
   
   ## Rationale for this change
   A legacy inline insta snapshot was using an outdated format that does not 
start and end with a newline. Newer versions of insta warn about this format 
and will fail to match such snapshots in the future. Updating the snapshot to 
the modern multiline format ensures forward compatibility and avoids future 
snapshot failures.
   
   ## What changes are included in this PR?
   
   - Converted a legacy inline insta snapshot to the modern multiline raw 
snapshot format.
   - Added leading and trailing newlines as required by current insta snapshot 
conventions.
   - No changes were made to the underlying logic or behavior.
   
   
   ## Are these changes tested?
   Yes
   
   ## Are there any user-facing changes?
   No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to