Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ schema_mismatch_enabled
Function
schema_mismatch_enabled
benchmarks/python/benchmark.py:666–667 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
664
665
666
def
schema_mismatch_enabled() -> bool:
667
return
os.getenv(SCHEMA_MISMATCH_ENV) ==
"1"
668
669
670
def
validate_schema_mismatch_selection(selected_serializers: List[str]) -> None:
Callers
2
validate_schema_mismatch_selection
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected