You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the BFT assumes that every dialect has only a single implementation of a function. However, SQLite having two implementations for the modulus operator(a mod function and a % operator) contradicts it. Thus, the BFT shall have the option to map multiple functions to a single substrait function, i.e. it shall maintain a many-to-one relation.
The text was updated successfully, but these errors were encountered:
Currently, the BFT assumes that every dialect has only a single implementation of a function. However, SQLite having two implementations for the modulus operator(a
mod
function and a%
operator) contradicts it. Thus, the BFT shall have the option to map multiple functions to a single substrait function, i.e. it shall maintain a many-to-one relation.The text was updated successfully, but these errors were encountered: