-
Notifications
You must be signed in to change notification settings - Fork 317
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
feat: replace arrow2 with official implementation 🎉 #753
Commits on Nov 21, 2022
-
chore: kick off. change datafusion/arrow/parquet to target version
Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 571a84d - Browse repository at this point
Copy the full SHA 571a84dView commit details -
chore: replace one last datafusion dep
Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3201a4 - Browse repository at this point
Copy the full SHA e3201a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7626fd - Browse repository at this point
Copy the full SHA d7626fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c4a36 - Browse repository at this point
Copy the full SHA 61c4a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 221f3e9 - Browse repository at this point
Copy the full SHA 221f3e9View commit details -
Merge branch 'replace-arrow2' of github.com:GreptimeTeam/greptimedb i…
…nto replace-arrow2
Configuration menu - View commit details
-
Copy full SHA for d0686f9 - Browse repository at this point
Copy the full SHA d0686f9View commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7151deb - Browse repository at this point
Copy the full SHA 7151debView commit details -
Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 504059a - Browse repository at this point
Copy the full SHA 504059aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1ec26 - Browse repository at this point
Copy the full SHA cc1ec26View commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fe505fe - Browse repository at this point
Copy the full SHA fe505feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99371fd - Browse repository at this point
Copy the full SHA 99371fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c66b7d - Browse repository at this point
Copy the full SHA 8c66b7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0adb0 - Browse repository at this point
Copy the full SHA 3c0adb0View commit details -
* fix: rename ConcreteDataType::timestamp_millis_type to ConcreteDataType::timestamp_millisecond_type. fix other warnings regarding timestamp * fix: revert changes in datatypes2 * fix: helper
Configuration menu - View commit details
-
Copy full SHA for b48ae21 - Browse repository at this point
Copy the full SHA b48ae21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ccb8b4 - Browse repository at this point
Copy the full SHA 0ccb8b4View commit details -
feat: Fix some compiler errors in common::query (#710)
* feat: Fix some compiler errors in common::query * feat: test_collect use vectors api
Configuration menu - View commit details
-
Copy full SHA for b32438e - Browse repository at this point
Copy the full SHA b32438eView commit details -
fix: common-query subcrate (#712)
* fix: record batch adapter Signed-off-by: Ruihang Xia <[email protected]> * fix error enum Signed-off-by: Ruihang Xia <[email protected]> Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 829ff49 - Browse repository at this point
Copy the full SHA 829ff49View commit details -
fix: Fix common::query compiler errors (#713)
* feat: Move conversion to ScalarValue to value.rs * fix: Fix common::query compiler errors This commit also make InnerError pub(crate)
Configuration menu - View commit details
-
Copy full SHA for 653906d - Browse repository at this point
Copy the full SHA 653906dView commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 551cde2 - Browse repository at this point
Copy the full SHA 551cde2View commit details -
feat: Implements diff accumulator using WrapperType (#715)
* feat: Remove usage of opaque error from common::recordbatch * feat: Remove opaque error from common::query * feat: Fix diff compiler errors Now common_function just use common_query's Error and Result. Adds a LargestType associated type to LogicalPrimitiveType to get the largest type a logical primitive type can cast to. * feat: Remove LargestType from NativeType trait * chore: Update comments * feat: Restrict Scalar::RefType of WrapperType to itself Add trait bound `for<'a> Scalar<RefType<'a> = Self>` to WrapperType * chore: Address CR comments * chore: Format codes
Configuration menu - View commit details
-
Copy full SHA for 2ba9925 - Browse repository at this point
Copy the full SHA 2ba9925View commit details -
fix: fix compile error for mean/polyval/pow/interp ops
Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb0b4eb - Browse repository at this point
Copy the full SHA fb0b4ebView commit details -
Revert "fix: fix compile error for mean/polyval/pow/interp ops"
This reverts commit fb0b4eb.
Configuration menu - View commit details
-
Copy full SHA for a562199 - Browse repository at this point
Copy the full SHA a562199View commit details -
fix: Fix compiler errors in argmax/rate/median/norm_cdf (#716)
* fix: Fix compiler errors in argmax/rate/median/norm_cdf * chore: Address CR comments
Configuration menu - View commit details
-
Copy full SHA for a898f84 - Browse repository at this point
Copy the full SHA a898f84View commit details -
fix: fix compile error for mean/polyval/pow/interp ops (#717)
* fix: fix compile error for mean/polyval/pow/interp ops Signed-off-by: Ruihang Xia <[email protected]> * simplify type bounds Signed-off-by: Ruihang Xia <[email protected]> Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f3baf9 - Browse repository at this point
Copy the full SHA 6f3baf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c26de - Browse repository at this point
Copy the full SHA 58c26deView commit details
Commits on Dec 8, 2022
-
fix: fix other compile error in common-function (#719)
* further fixing Signed-off-by: Ruihang Xia <[email protected]> * fix all compile errors in common function Signed-off-by: Ruihang Xia <[email protected]> Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 587bdc9 - Browse repository at this point
Copy the full SHA 587bdc9View commit details -
fix: Fix tests and clippy for common-function subcrate (#726)
* further fixing Signed-off-by: Ruihang Xia <[email protected]> * fix all compile errors in common function Signed-off-by: Ruihang Xia <[email protected]> * fix tests Signed-off-by: Ruihang Xia <[email protected]> * fix clippy Signed-off-by: Ruihang Xia <[email protected]> * revert test changes Signed-off-by: Ruihang Xia <[email protected]> Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3687bc7 - Browse repository at this point
Copy the full SHA 3687bc7View commit details -
* fix: row group pruning * chore: use macro to simplify stats implemetation * fxi: CR comments * fix: row group metadata length mismatch * fix: simplify code
Configuration menu - View commit details
-
Copy full SHA for 1bde1ba - Browse repository at this point
Copy the full SHA 1bde1baView commit details -
fix: Fix common::grpc compiler errors (#722)
* fix: Fix common::grpc compiler errors This commit refactors RecordBatch and holds vectors in the RecordBatch struct, so we don't need to cast the array to vector when doing serialization or iterating the batch. Now we use the vector API instead of the arrow API in grpc crate. * chore: Address CR comments
Configuration menu - View commit details
-
Copy full SHA for b936d8b - Browse repository at this point
Copy the full SHA b936d8bView commit details -
Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fff530c - Browse repository at this point
Copy the full SHA fff530cView commit details -
fix: Fix compile error in server subcrate (#727)
* fix: Fix compile error in server subcrate Signed-off-by: Ruihang Xia <[email protected]> * remove unused type alias Signed-off-by: Ruihang Xia <[email protected]> * explicitly panic Signed-off-by: Ruihang Xia <[email protected]> * Update src/storage/src/sst/parquet.rs Co-authored-by: Yingwen <[email protected]> Signed-off-by: Ruihang Xia <[email protected]> Co-authored-by: Yingwen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0892bf - Browse repository at this point
Copy the full SHA d0892bfView commit details
Commits on Dec 9, 2022
-
fix: Fix common grpc expr (#730)
* fix compile errors Signed-off-by: Ruihang Xia <[email protected]> * rename fn names Signed-off-by: Ruihang Xia <[email protected]> * fix styles Signed-off-by: Ruihang Xia <[email protected]> * fix wranings in common-time Signed-off-by: Ruihang Xia <[email protected]> Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42fdc72 - Browse repository at this point
Copy the full SHA 42fdc72View commit details -
fix: pre-cast to avoid tremendous match arms (#734)
Signed-off-by: Ruihang Xia <[email protected]> Signed-off-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95b2d86 - Browse repository at this point
Copy the full SHA 95b2d86View commit details
Commits on Dec 13, 2022
-
feat: upgrade storage crate to arrow and parquet offcial impl (#738)
* fix: compile erros * fix: parquet reader and writer * fix: parquet reader and writer * fix: WriteBatch IPC encode/decode * fix: clippy errors in storage subcrate * chore: remove suspicious unwrap * fix: some cr comments * fix: CR comments * fix: CR comments
Configuration menu - View commit details
-
Copy full SHA for 4defde0 - Browse repository at this point
Copy the full SHA 4defde0View commit details -
fix: Fix compiler errors in catalog and mito crates (#742)
* fix: Fix compiler errors in mito * fix: Fix compiler errors in catalog crate * style: Fix clippy * chore: Fix use
Configuration menu - View commit details
-
Copy full SHA for 4b644aa - Browse repository at this point
Copy the full SHA 4b644aaView commit details -
* fix nyc-taxi and util * Merge branch 'replace-arrow2' into fix-others * fix substrait * fix warnings and error in test
Configuration menu - View commit details
-
Copy full SHA for a712382 - Browse repository at this point
Copy the full SHA a712382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c929e - Browse repository at this point
Copy the full SHA 36c929eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa971c6 - Browse repository at this point
Copy the full SHA fa971c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 652d59a - Browse repository at this point
Copy the full SHA 652d59aView commit details
Commits on Dec 14, 2022
-
fix: Fix compiler errors in query crate (#746)
* fix: Fix compiler errors in state.rs * fix: fix compiler errors in state * feat: upgrade sqlparser to 0.26 * fix: fix datafusion engine compiler errors * fix: Fix some tests in query crate * fix: Fix all warnings in tests * feat: Remove `Type` from timestamp's type name * fix: fix query tests Now datafusion already supports median, so this commit also remove the median function * style: Fix clippy * feat: Remove RecordBatch::pretty_print * chore: Address CR comments * Update src/query/src/query_engine/state.rs Co-authored-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbb3034 - Browse repository at this point
Copy the full SHA dbb3034View commit details -
fix: frontend compile errors (#747)
fix: fix compile errors in frontend
Configuration menu - View commit details
-
Copy full SHA for ce6d1cb - Browse repository at this point
Copy the full SHA ce6d1cbView commit details
Commits on Dec 15, 2022
-
fix: Fix compiler errors in script crate (#749)
* fix: Fix compiler errors in state.rs * fix: fix compiler errors in state * feat: upgrade sqlparser to 0.26 * fix: fix datafusion engine compiler errors * fix: Fix some tests in query crate * fix: Fix all warnings in tests * feat: Remove `Type` from timestamp's type name * fix: fix query tests Now datafusion already supports median, so this commit also remove the median function * style: Fix clippy * feat: Remove RecordBatch::pretty_print * chore: Address CR comments * feat: Add column_by_name to RecordBatch * feat: modify select_from_rb * feat: Fix some compiler errors in vector.rs * feat: Fix more compiler errors in vector.rs * fix: fix table.rs Signed-off-by: Ruihang Xia <[email protected]> * fix: Fix compiler errors in coprocessor * fix: Fix some compiler errors * fix: Fix compiler errors in script * chore: Remove unused imports and format code * test: disable interval tests * test: Fix test_compile_execute test * style: Fix clippy * feat: Support interval * feat: Add RecordBatch::columns and fix clippy Signed-off-by: Ruihang Xia <[email protected]> Co-authored-by: Ruihang Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 142dee4 - Browse repository at this point
Copy the full SHA 142dee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c696da - Browse repository at this point
Copy the full SHA 7c696daView commit details -
fix: Fix All The Tests! (#752)
* fix: Fix several tests compile errors Signed-off-by: Ruihang Xia <[email protected]> * fix: some compile errors in tests Signed-off-by: Ruihang Xia <[email protected]> * fix: compile errors in frontend tests * fix: compile errors in frontend tests * test: Fix tests in api and common-query * test: Fix test in sql crate * fix: resolve substrait error Signed-off-by: Ruihang Xia <[email protected]> * chore: add more test * test: Fix tests in servers * fix instance_test Signed-off-by: Ruihang Xia <[email protected]> * test: Fix tests in tests-integration Signed-off-by: Ruihang Xia <[email protected]> Co-authored-by: Lei, HUANG <[email protected]> Co-authored-by: evenyag <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f3dcc1 - Browse repository at this point
Copy the full SHA 0f3dcc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8630cd - Browse repository at this point
Copy the full SHA a8630cdView commit details