Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(expr): don't fallback to evaluation by row on error #14174

Merged
merged 3 commits into from
Dec 28, 2023

Commits on Dec 25, 2023

  1. return MultiExprError on partial failure

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d1b751f View commit details
    Browse the repository at this point in the history
  2. only return the first error on strict mode

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d3cbdec View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. first -> into_first

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1fea688 View commit details
    Browse the repository at this point in the history