Commits on Apr 4, 2023

  1. Copy the full SHA
    0561b22 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c5518d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    da7105a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5e98db8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    96df992 View commit details
    Browse the repository at this point in the history
  6. feat: u128 and i128 Field and FieldType (#1315)

    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: support u128 and i128 in sql ops
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: support u128 and i128 in sql ops
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: support u128 and i128 in sql ops
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: support u128 and i128 in sql ops
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: lint
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: added division, modulo error handler in mathematical.rs
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: added division, modulo error handler in mathematical.rs
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * added unit tests
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * added unit tests
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: lint
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    ---------
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    chloeminkyung committed Apr 4, 2023
    Copy the full SHA
    611912e View commit details
    Browse the repository at this point in the history
  7. feature: Add snapshotting started message to ingestion process (#1377)

    * feature: Add snapshotting started message to ingestion process
    
    * format
    
    * Fix local storage test
    
    * Fixes
    
    * More fixes
    
    * Fix basic test
    
    * Reduce changes in table reader
    karolisg committed Apr 4, 2023
    Copy the full SHA
    c0bf3ca View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    25fcf2b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9b43604 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Copy the full SHA
    9ae4a3c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Copy the full SHA
    5925d98 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    455e928 View commit details
    Browse the repository at this point in the history
  3. feat: Duration Field & FieldType support (#1374)

    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: added u128, i128 FieldType and Field
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: support u128 and i128 in sql ops
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: support u128 and i128 in sql ops
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: support u128 and i128 in sql ops
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: support u128 and i128 in sql ops
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: lint
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: added division, modulo error handler in mathematical.rs
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: added division, modulo error handler in mathematical.rs
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * added unit tests
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * added unit tests
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * addressed comments
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` mathematical support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` mathematical support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` mathematical support
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    ---------
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    chloeminkyung committed Apr 6, 2023
    Copy the full SHA
    9ddf429 View commit details
    Browse the repository at this point in the history
  4. feat: Duration for sql representation + aggregation support (#1384)

    * feat: `Duration` for sql aggregation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for avg
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for count
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for max
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for max
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for min
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for sum
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for sql representation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for sql representation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for sql representation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for sql representation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    ---------
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    chloeminkyung committed Apr 6, 2023
    Copy the full SHA
    a2a7533 View commit details
    Browse the repository at this point in the history
  5. fix: minor error while running with duration (#1388)

    * feat: `Duration` for sql aggregation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for avg
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for count
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for max
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for max
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for min
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for sum
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for sql representation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for sql representation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for sql representation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * feat: `Duration` for sql representation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: minor duration error
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    ---------
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    chloeminkyung committed Apr 6, 2023
    Copy the full SHA
    1d0861d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6c8a33a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    676c73b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. refactor: Remove Record::version. Add version to CacheRecord. (#…

    …1392)
    
    We used to have record version in both pipeline and cache.
    As code evolves, cache records has an additional `id` and pipeline
    discards `version`.
    
    Removing it from `Record` and adding to `CacheRecord` makes code clearer.
    chubei committed Apr 7, 2023
    Copy the full SHA
    889ef3d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    40d735e View commit details
    Browse the repository at this point in the history
  3. fix: grpc error caused by duration (#1395)

    * fix: grpc error caused by duration
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: grpc error caused by duration
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    ---------
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    chloeminkyung committed Apr 7, 2023
    Copy the full SHA
    00e502f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    93f0703 View commit details
    Browse the repository at this point in the history