This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.12 by this push:
     new d079e3b6ec AVRO-4199: [py] Add allowed reflection packages to 
tethering test (#3548)
d079e3b6ec is described below

commit d079e3b6ec6bb4f26f86e9f831cd14bc4a70f83d
Author: Ryan Skraba <[email protected]>
AuthorDate: Fri Nov 14 18:46:24 2025 +0100

    AVRO-4199: [py] Add allowed reflection packages to tethering test (#3548)
---
 lang/py/avro/test/test_tether_word_count.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/py/avro/test/test_tether_word_count.py 
b/lang/py/avro/test/test_tether_word_count.py
index e5144bcbff..53dd243d48 100644
--- a/lang/py/avro/test/test_tether_word_count.py
+++ b/lang/py/avro/test/test_tether_word_count.py
@@ -148,6 +148,7 @@ class TestTetherWordCount(unittest.TestCase):
         # Run the job...
         args = (
             "java",
+            "-Dorg.apache.avro.SERIALIZABLE_PACKAGES=org.apache.avro",
             "-jar",
             _JAR_PATH,
             "tether",

Reply via email to