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

Use LogicalType for TypeSignature Numeric and String, Coercible #13240

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. use logical type for signature

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    30be8a0 View commit details
    Browse the repository at this point in the history
  2. fmt & clippy

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4b6d433 View commit details
    Browse the repository at this point in the history
  3. numeric

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5cb2aa9 View commit details
    Browse the repository at this point in the history
  4. fix numeric

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c9ac3c5 View commit details
    Browse the repository at this point in the history
  5. deprecate coercible

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ec65ca1 View commit details
    Browse the repository at this point in the history
  6. introduce numeric and numeric string

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1aba4cb View commit details
    Browse the repository at this point in the history
  7. fix doc

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    acd2ceb View commit details
    Browse the repository at this point in the history
  8. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3855c6f View commit details
    Browse the repository at this point in the history
  9. add back coercible

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    804242c View commit details
    Browse the repository at this point in the history
  10. rename

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    793b0da View commit details
    Browse the repository at this point in the history
  11. fmt

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2cfa273 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. rm numeric string signature

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6e97cb1 View commit details
    Browse the repository at this point in the history
  2. typo

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    99f2cd3 View commit details
    Browse the repository at this point in the history