Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.12.0
-
None
Description
The OperatorFixture provides structure for testing individual operators and other "sub-operator" bits of code. To do that, the framework provides mock network-free and server-free versions of the fragment context and operator context.
As part of the mock, the OperatorFixture provides a mock version of the system option manager that provides a simple test-only implementation of an option set.
With the recent major changes to the system option manager, this mock implementation has drifted out of sync with the system option manager. Rather than upgrading the mock implementation, this ticket asks to use the system option manager directly – but configured for no ZK or file persistence of options.
The key reason for this change is that the system option manager has implemented a sophisticated way to handle option defaults; it is better to leverage that than to provide a mock implementation.
Attachments
Issue Links
- contains
-
DRILL-5833 Parquet reader fails with assertion error for Decimal9, Decimal18 types
- Resolved
- relates to
-
DRILL-5855 Provide a useful error message when the SystemOptionManager is queried for a non-existent option
- Closed
- links to