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

chore: temporary branch for IOx update (12-10-2023 try 2) #8741

Commits on Jan 3, 2024

  1. fix: volatile expressions should not be target of common subexpt elim…

    …ination (apache#8520)
    
    * fix: volatile expressions should not be target of common subexpt elimination
    
    * Fix clippy
    
    * For review
    
    * Return error for unresolved scalar function
    
    * Improve error message
    viirya authored and appletreeisyellow committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    50e5612 View commit details
    Browse the repository at this point in the history
  2. Fix regression with Incorrect results when reading parquet files with…

    … different schemas and statistics (apache#8533)
    
    * Add test for schema evolution
    
    * Fix reading parquet statistics
    
    * Update tests for fix
    
    * Add comments to help explain the test
    
    * Add another test
    alamb authored and appletreeisyellow committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    5f88106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abea9ac View commit details
    Browse the repository at this point in the history
  4. Enable non-uniform field type for structs created in DataFusion (apac…

    …he#8463)
    
    * feat: struct: implement variadic_any solution, enable all struct field types
    
    * fix: run cargo-fmt
    
    * cln: remove unused imports
    dlovell authored and appletreeisyellow committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6b90563 View commit details
    Browse the repository at this point in the history
  5. add multi ordering test case (apache#8439)

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 authored and appletreeisyellow committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    15ebe7e View commit details
    Browse the repository at this point in the history
  6. Sort filenames when reading parquet to ensure consistent schema (apac…

    …he#6629)
    
    * update
    
    * FIXed
    
    * add  parquet
    
    * update
    
    * update
    
    * update
    
    * try2
    
    * update
    
    * update
    
    * Add comments
    
    * cargo fmt
    
    ---------
    
    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    2 people authored and appletreeisyellow committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9cfdba4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af6cd92 View commit details
    Browse the repository at this point in the history
  8. fix: support uppercase when parsing Interval (apache#8478)

    * fix: interval uppercase unit
    
    * feat: add test
    
    * chore: fmt
    
    * chore: remove redundant test
    QuenKar authored and appletreeisyellow committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    51e46ac View commit details
    Browse the repository at this point in the history
  9. Better Equivalence (ordering and exact equivalence) Propagation throu…

    …gh ProjectionExec (apache#8484)
    
    
    * Better projection support complex expression support
    
    
    ---------
    
    Co-authored-by: metesynnada <100111937+metesynnada@users.noreply.github.com>
    Co-authored-by: Mehmet Ozan Kabak <ozankabak@gmail.com>
    3 people authored and appletreeisyellow committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8f81c01 View commit details
    Browse the repository at this point in the history