We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d6385 commit ad8f08dCopy full SHA for ad8f08d
pandera/backends/ibis/container.py
@@ -161,9 +161,7 @@ def run_schema_component_checks(
161
# schema-component-level checks
162
for schema_component in schema_components:
163
try:
164
- result = schema_component.validate(
165
- check_obj, lazy=lazy, inplace=True
166
- )
+ result = schema_component.validate(check_obj, lazy=lazy)
167
check_passed.append(isinstance(result, ibis.Table))
168
except SchemaError as err:
169
check_results.append(
0 commit comments