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

column to column comparisons for filtering file scans and row data #11152

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Aug 13, 2024

  1. OTF-1500 initial commit for column comparison

    Jennifer Baldwin committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9151a2b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. OTF-1500 fixes for stats

    Jennifer Baldwin committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    494204b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. OTF-1500 not equals and datatype validation (wip)

    Jennifer Baldwin committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    aaa85d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. OTF-1500 implement more evaluators; exception for now in strict

    Jennifer Baldwin committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    122a389 View commit details
    Browse the repository at this point in the history
  2. OTF-1500 cleanup

    Jennifer Baldwin committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5b7d0fc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. OTF-1500 fix less than and greater than comparisons

    Jennifer Baldwin committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    88d2809 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. OTF-1500 fix npe with evaluating notEq

    Jennifer Baldwin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cc8be75 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. OTF-1500 implement strict evaluator

    Jennifer Baldwin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5b534af View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. OTF-1500 update toString for not equals

    Jennifer Baldwin committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    78bdae1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Add Evaluator tests

    Jennifer Baldwin committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b924639 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. test cases for inclusive metrics evaluator

    Jennifer Baldwin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    00e9411 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. add tests for strict metrics evaluator

    Jennifer Baldwin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f40c160 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Resolve failures

    Jennifer Baldwin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c677559 View commit details
    Browse the repository at this point in the history
  2. OTF-920 - fix NullPointerException

    Handle case where the VectorHolder contains a null value
    slessard authored and Jennifer Baldwin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9f2cb8e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feature/OTF-1500_column_comparison

    * main: (208 commits)
      Docs: Fix Flink 1.20 support versions (apache#11065)
      Flink: Fix compile warning (apache#11072)
      Docs: Initial committer guidelines and requirements for merging (apache#10780)
      Core: Refactor ZOrderByteUtils (apache#10624)
      API: implement types timestamp_ns and timestamptz_ns (apache#9008)
      Build: Bump com.google.errorprone:error_prone_annotations (apache#11055)
      Build: Bump mkdocs-material from 9.5.33 to 9.5.34 (apache#11062)
      Flink: Backport PR apache#10526 to v1.18 and v1.20 (apache#11018)
      Kafka Connect: Disable publish tasks in runtime project (apache#11032)
      Flink: add unit tests for range distribution on bucket partition column (apache#11033)
      Spark 3.5: Use FileGenerationUtil in PlanningBenchmark (apache#11027)
      Core: Add benchmark for appending files (apache#11029)
      Build: Ignore benchmark output folders across all modules (apache#11030)
      Spec: Add RemovePartitionSpecsUpdate REST update type (apache#10846)
      Docs: bump latest version to 1.6.1 (apache#11036)
      OpenAPI, Build: Apply spotless to testFixtures source code (apache#11024)
      Core: Generate realistic bounds in benchmarks (apache#11022)
      Add REST Compatibility Kit (apache#10908)
      Flink: backport PR apache#10832 of inferring parallelism in FLIP-27 source (apache#11009)
      Docs: Add Druid docs url to sidebar (apache#10997)
      ...
    Jennifer Baldwin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7e275b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. remove arrow fixes

    Jennifer Baldwin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d859bf8 View commit details
    Browse the repository at this point in the history