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

Add ConstInspector and ConstValueTransformer for Handling Constant Columns #202

Merged
merged 32 commits into from
Jul 31, 2024

Commits on Jul 12, 2024

  1. add value_fields in metadata

    MooooCat committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bfe5c74 View commit details
    Browse the repository at this point in the history
  2. add ConstInspector

    MooooCat committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f8cf69a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    159b708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f6d87a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24dfaab View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    b085b2a View commit details
    Browse the repository at this point in the history
  2. update typo in test case

    MooooCat committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    67c5a6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f156e View commit details
    Browse the repository at this point in the history
  4. fix metadata test error of value fields

    The management of metadata fields may be flawed, necessitating an examination of the eq method or the manner in which fields are retrieved. We will open a separate pull request to address this issue.
    MooooCat committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    085dfb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0472e9 View commit details
    Browse the repository at this point in the history
  6. add const_columns in default

    MooooCat committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    29b7bfa View commit details
    Browse the repository at this point in the history
  7. Refreshing the test cases

    Addressing issues in pytest where erroneous references to certain pytest.fixture instances arise can be resolved through the utilization of deepcopy.
    MooooCat committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c23f632 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0c5733 View commit details
    Browse the repository at this point in the history
  9. Revise the unit tests for the module handling two constant collection…

    …s to ensure they are comprehensive and reflect the latest functionality.
    MooooCat committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    029d5ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63d0b95 View commit details
    Browse the repository at this point in the history
  11. add deepcopy in const.py

    MooooCat committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    9324b45 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fb1d3b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    2fa14eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0d5c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    327bee1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd23517 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbad60f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9357e5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23dd461 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18d6797 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    966641b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    accf17f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    ed13d57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afa0dbd View commit details
    Browse the repository at this point in the history
  3. change test func name

    MooooCat committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f32311e View commit details
    Browse the repository at this point in the history
  4. add const type in test case

    MooooCat committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    14097f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fafa39f View commit details
    Browse the repository at this point in the history