From 7fea77fa54c8706a68ed33734cd6cf51c9adc156 Mon Sep 17 00:00:00 2001 From: Vikrant Puppala Date: Wed, 8 Jul 2026 12:31:32 +0000 Subject: [PATCH 1/4] test: trivial comment to verify fork-PR CI (#831) Verifies that a fork PR now runs unit/lint/type checks offline from the prewarmed cache instead of dying on the JFrog OIDC step. This commit is a no-op comment change; delete the branch after verification. Signed-off-by: Vikrant Puppala --- src/databricks/sql/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/databricks/sql/__init__.py b/src/databricks/sql/__init__.py index 17beb7f11..49b175d9a 100644 --- a/src/databricks/sql/__init__.py +++ b/src/databricks/sql/__init__.py @@ -3,7 +3,7 @@ from databricks.sql.exc import * # PEP 249 module globals -apilevel = "2.0" +apilevel = "2.0" # PEP 249 DB-API level (see #831 fork-CI verification) threadsafety = 1 # Threads may share the module, but not connections. paramstyle = "named" From 7a40917e2c0edb8d0e586f1b121ae1764cf53270 Mon Sep 17 00:00:00 2001 From: Vikrant Puppala Date: Thu, 9 Jul 2026 05:31:49 +0000 Subject: [PATCH 2/4] test: re-run fork CI against re-seeded cache (#831) Empty commit to re-trigger checks after the warmer re-ran on main with pristine-lock-hash keys (#850). Expect unit/lint/type legs to restore the cache and run offline now. Signed-off-by: Vikrant Puppala From c438b8d3274a7352f563345bad841934ad8ac671 Mon Sep 17 00:00:00 2001 From: Vikrant Puppala Date: Thu, 9 Jul 2026 09:00:40 +0000 Subject: [PATCH 3/4] test: final fork CI re-run after #851 (3.9 skip + 3.14-min warmed) (#831) Signed-off-by: Vikrant Puppala From 4e2c4e1a3c13188a622836b8c89d95bb768d01c8 Mon Sep 17 00:00:00 2001 From: Vikrant Puppala Date: Thu, 9 Jul 2026 16:12:50 +0000 Subject: [PATCH 4/4] test: re-run fork CI after #852 (secondary fork checks) (#831) Signed-off-by: Vikrant Puppala