From 1b0906d5fad708ffa3b0cfa45c165fa3f2981cfc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:46:55 +0000 Subject: [PATCH 1/2] Initial plan From eb34e1da705a950dc1e8fc63f121cb9abd20482d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:50:27 +0000 Subject: [PATCH 2/2] Fix trailing whitespace in DBPA verification script --- python/scripts/verify_external_roundtrip_correctness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/scripts/verify_external_roundtrip_correctness.py b/python/scripts/verify_external_roundtrip_correctness.py index 187e1df1d1ed..e61a222098c7 100644 --- a/python/scripts/verify_external_roundtrip_correctness.py +++ b/python/scripts/verify_external_roundtrip_correctness.py @@ -46,7 +46,7 @@ Execution instructions ---------------------- -This script needs to be pointed the the DBPA library to be tested. It can be done by +This script needs to be pointed the the DBPA library to be tested. It can be done by setting the DBPA_LIBRARY_PATH environment variable. You need to ensure that the library is in the LD_LIBRARY_PATH (or its equivalent)