HYBRID_ANALYZER_EXCEPTION error class

SQLSTATE: 0A000

An failure occurred when attempting to resolve a query or command with both the legacy fixed-point analyzer as well as the single-pass resolver.

FIXED_POINT_FAILED_SINGLE_PASS_SUCCEEDED

Fixed-point resolution failed, but single-pass resolution succeeded.

Single-pass analyzer output:

<singlePassOutput>

LOGICAL_PLAN_COMPARISON_MISMATCH

Outputs of fixed-point and single-pass analyzers do not match.

Fixed-point analyzer output:

<fixedPointOutput>

Single-pass analyzer output:

<singlePassOutput>

OUTPUT_SCHEMA_COMPARISON_MISMATCH

Output schemas of fixed-point and single-pass analyzers do not match.

Fixed-point analyzer output schema:

<fixedPointOutputSchema>

Single-pass analyzer output schema:

<singlePassOutputSchema>