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

Document DataTypes and fix some non-exhaustive warnings #225

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 8, 2024

  1. Seal all abstract classes in DataType.scala

    Part of them already was sealed, so there is no reasons to not seal other
    Mingun committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ace1ab6 View commit details
    Browse the repository at this point in the history
  2. Unify processing of array types in TypeDetector

    Both ArrayTypeInStream and CalcArrayType the only existing successors
    of the sealed class TypeDetector so we can do that simplification
    Mingun committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    26e099e View commit details
    Browse the repository at this point in the history
  3. Document DataTypes

    Mingun committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8e4c444 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e5cc7f View commit details
    Browse the repository at this point in the history