Ruben Q L created CALCITE-7787:
----------------------------------
Summary: Make Geode pdxSerializablePackagePath schema operand
opt-in via system property
Key: CALCITE-7787
URL: https://issues.apache.org/jira/browse/CALCITE-7787
Project: Calcite
Issue Type: Task
Components: geode-adapter
Reporter: Ruben Q L
Fix For: 1.43.0
The Geode schema operand pdxSerializablePackagePath, accepted by
GeodeSchemaFactory and GeodeSimpleSchemaFactory, is forwarded to Geode's
ReflectionBasedAutoSerializer as its class-name pattern.
Because this operand pins the auto-serializer's class list at connection time
from a schema definition rather than from operator configuration, it should
behave like other operator-level settings and be disabled by default.
Deployments that rely on the current behavior can opt back in via a new system
property calcite.geode.pdxSerializablePackagePath.allowed=true.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)