CLI REPL exits on error in strict mode. ``` partiql ▶ CAST(2147483648 AS INT); org.partiql.spi.errors.TypeCheckException: Failed to cast org.partiql.spi.value.DatumLong@58fe0499 to INTEGER ``` And then the REPL exits. Expectation is for REPL to not exit.