Skip to content

bug: ANSI mode is not supported in Remainder function (despite having support on native side) #2555

@coderfender

Description

@coderfender

Describe the bug

I was browsing through ANSI epic and saw that ANSI support for Remainder function is disabled despite having support (and corresponding tests) for it on the scala and native side. My hunch is that it might have been missed while refactoring QueryPlanSerde class

Steps to reproduce

CometRemainder class has getSupportLevel overridden to not support ANSI mode while there is indeed support on native + scala side (including tests) PR : #1971 , Issue : #532

Expected behavior

ANSI mode should be supported and the override function can be removed since it is redundant

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions