Skip to content

Commit 6b94ef8

Browse files
authored
AVRO-4199: [py] Add allowed reflection packages to tethering test (#3548)
1 parent 3b06d5e commit 6b94ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lang/py/avro/test/test_tether_word_count.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def test_tether_word_count(self):
148148
# Run the job...
149149
args = (
150150
"java",
151+
"-Dorg.apache.avro.SERIALIZABLE_PACKAGES=org.apache.avro",
151152
"-jar",
152153
_JAR_PATH,
153154
"tether",

0 commit comments

Comments
 (0)