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

Runtime schema declaration #165

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    591ce1c View commit details
    Browse the repository at this point in the history
  2. runtime schema

    crwen committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7c88d05 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fix meets_range included case

    crwen committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9ab78a8 View commit details
    Browse the repository at this point in the history
  2. bug fix && add test

    crwen committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0e80389 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2da9ca View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    efc69cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da904ac View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix point query at sst (tonbo-io#168)

    * fix point query at sst
    
    * code fmt
    crwen committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2dea4ef View commit details
    Browse the repository at this point in the history
  2. Refactor: use [fusio](https://github.com/tonbo-io/fusio) to implement…

    … the storage layer and support multiple storage (tonbo-io#163)
    
    * refactor: use [fusio](https://github.com/tonbo-io/fusio) to implement the storage layer and support multiple storage
    
    * chore: remove println macros codegen
    
    * fix: blocking of LevelStream in `open_file` under Unix system
    
    * refactor: use fusio on Benchmark
    
    * fix: benchmark/writes.rs file not found
    
    * test: add unit tests for serdes
    
    * chore: update read & write for fusio
    
    * fix: example datafusion projection error
    
    * fix: `Fs::list` may not sorted
    
    * ci: add exmaples check
    
    * feat: enable SQL query support in datafusion example (tonbo-io#169)
    
    Added support for executing SQL queries using DataFusion's parser and physical plan execution. This enhancement allows querying the "music" table with SQL statements, improving flexibility and functionality.
    
    * chore: resolve review
    
    ---------
    
    Co-authored-by: Xwg <[email protected]>
    KKould and loloxwg committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6a16796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    679445a View commit details
    Browse the repository at this point in the history
  4. runtime schema

    crwen committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ff4fddb View commit details
    Browse the repository at this point in the history
  5. fix meets_range included case

    crwen committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1710056 View commit details
    Browse the repository at this point in the history
  6. bug fix && add test

    crwen committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    20a9ac6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    912e337 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6ba86a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3af75a3 View commit details
    Browse the repository at this point in the history
  10. fix: multiple schema

    crwen committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1641d15 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ad73c9 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/feat/runtime-schema' into feat/r…

    …untime-schema
    
    # Conflicts:
    #	src/compaction/mod.rs
    #	src/inmem/immutable.rs
    #	src/inmem/mutable.rs
    #	src/lib.rs
    #	src/ondisk/scan.rs
    #	src/option.rs
    #	src/record/mod.rs
    #	src/record/runtime/column.rs
    #	src/record/runtime/mod.rs
    #	src/record/runtime/record.rs
    #	src/record/runtime/record_ref.rs
    #	src/stream/package.rs
    #	src/transaction.rs
    crwen committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4d4793f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. fix encode and decode

    crwen committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8a6b581 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. refactor: remove unused code

    crwen committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ee88b84 View commit details
    Browse the repository at this point in the history