-
Notifications
You must be signed in to change notification settings - Fork 47
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
Revert Fix half up in round #332
base: main
Are you sure you want to change the base?
Commits on Jun 26, 2023
-
Folder: scripts, third_party, website, .github
main changes: 1. remove website folder. 2. add compile script. 3. fix CmakeList. 4. clean up github workflow.
Configuration menu - View commit details
-
Copy full SHA for 8555798 - Browse repository at this point
Copy the full SHA 8555798View commit details -
main changes: 1. Support multiple HDFS endpoints. 2. Add utility method MemoryUsageTracker::highUsage().
Configuration menu - View commit details
-
Copy full SHA for 72f8be5 - Browse repository at this point
Copy the full SHA 72f8be5View commit details -
main changes: 1. add expand node. 2. add kCastIntAllowDecimal.
Configuration menu - View commit details
-
Copy full SHA for 5f51f61 - Browse repository at this point
Copy the full SHA 5f51f61View commit details -
main changes: 1. implement vread for input stream. 2. add caseSensitive in ReaderOptions. 3. add ORC suuport. 4. make the DataBuffer grow ratio configurable.
Configuration menu - View commit details
-
Copy full SHA for e400f3c - Browse repository at this point
Copy the full SHA e400f3cView commit details -
main changes: 1. use companion function to support mixed aggregation steps. 2. add expand operator. 3. Set partial full when cardinality is high or memory exceeds. 4. Config option "join_spill_memory_threshold" (kJoinSpillMemoryThreshold) not working. 5. fix hashjoin runtime issue.
Configuration menu - View commit details
-
Copy full SHA for 9157c8e - Browse repository at this point
Copy the full SHA 9157c8eView commit details -
main changes: 1. Decimal relative code. 2. add Add mapping from named_struct to row_constructor.
Configuration menu - View commit details
-
Copy full SHA for dee1dbc - Browse repository at this point
Copy the full SHA dee1dbcView commit details -
main changes: 1. Fix half up in round 2. Clear null for partial avg results. 3. Support float & double types in pmod function. 4. Support date/decimal type hash function. 5. Optimize might contain 6. Let function validation fail for lookaround pattern in RE2-based implementation. 7. Register lpad/rpad functions for Spark SQL.
Configuration menu - View commit details
-
Copy full SHA for 9e079b6 - Browse repository at this point
Copy the full SHA 9e079b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a23ce36 - Browse repository at this point
Copy the full SHA a23ce36View commit details -
main changes: 1. Support Decimal (type parse/function mapping/getPrecisionAndScale) 2. Support JoinRel and choose Merge join or Hash join by advanced_extension. 3. Support reading partition columns. 4. Support selecting a subfield from struct. 5. Support kstruct/kBinary/kDecimal literal. 6. Support switch/ kSingularOrList expression. 7. Support ExpandRel/WindowRel. 8. Filter pushdown. 9. SubstraitToVeloxPlanValidator.
Configuration menu - View commit details
-
Copy full SHA for f84f646 - Browse repository at this point
Copy the full SHA f84f646View commit details -
main changes: 1. Decimal relative. 2. Use a config to control the tokenizing of dot. 3. Use companion function to support mixed aggregation steps
Configuration menu - View commit details
-
Copy full SHA for 38c60fc - Browse repository at this point
Copy the full SHA 38c60fcView commit details -
main changes: 1. Make varchar and varbinary compatible. 2. Add ValueStreamNode operator
Configuration menu - View commit details
-
Copy full SHA for 01734cc - Browse repository at this point
Copy the full SHA 01734ccView commit details -
Add back not node (oap-project#228)
* Add back not node. * Fix NOT handling in metadata filter. --------- Co-authored-by: Jimmy Lu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45fe7ae - Browse repository at this point
Copy the full SHA 45fe7aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c15ae53 - Browse repository at this point
Copy the full SHA c15ae53View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeca6b4 - Browse repository at this point
Copy the full SHA eeca6b4View commit details -
Update build dependencies (oap-project#185)
Updated dependencies: libhdfs3: Try find_package first gflags: Allow static library xsimd, gtest: Allow finding from system Arrow, Parquet: Prefer external build if -D<package>_DIR=/path/to/arrow/install is defined flex 2.5.13 -> 2.6.0 (2.6.0 removed register keyword) Compat boost >= 1.79
Configuration menu - View commit details
-
Copy full SHA for 3b719f2 - Browse repository at this point
Copy the full SHA 3b719f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f586e7 - Browse repository at this point
Copy the full SHA 6f586e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 917c9b5 - Browse repository at this point
Copy the full SHA 917c9b5View commit details -
Avoid include Abi.h twice (oap-project#253)
velox cpp file use "velox/vector/arrow/Abi.h" velox header file use external arrow/Abi.h
Configuration menu - View commit details
-
Copy full SHA for 4477859 - Browse repository at this point
Copy the full SHA 4477859View commit details -
add decimal column reader support (oap-project#254)
add decimal column reader support. --------- Co-authored-by: zuochunwei <[email protected]> Co-authored-by: zhejiangxiaomai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89a1e9d - Browse repository at this point
Copy the full SHA 89a1e9dView commit details -
Support timestamp reader (oap-project#205)
Add a drafted timestamp reader. Support timestamp in substrait, and add some validations for unsupported cases.
Configuration menu - View commit details
-
Copy full SHA for 77f776d - Browse repository at this point
Copy the full SHA 77f776dView commit details -
Fix the intermediate type of First/Last, and support decimal (oap-pro…
…ject#245) Align First/Last aggregate function's intermediate result with Spark. Support decimal.
Configuration menu - View commit details
-
Copy full SHA for 0c94165 - Browse repository at this point
Copy the full SHA 0c94165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c82ab - Browse repository at this point
Copy the full SHA 35c82abView commit details -
Added RleEncoderV2 (oap-project#240)
Co-authored-by: yangyimin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf9854d - Browse repository at this point
Copy the full SHA bf9854dView commit details -
[GLUTEN-1434] Serialize and deserialize RowVector (oap-project#250)
Support serialize and deserialize RowVector.
Configuration menu - View commit details
-
Copy full SHA for c1cdb08 - Browse repository at this point
Copy the full SHA c1cdb08View commit details -
Expand timestamps in page reader (oap-project#260)
xpand timestamps in page reader so getValues of SelectiveIntegerColumnReader can be reused.
Configuration menu - View commit details
-
Copy full SHA for 9049f02 - Browse repository at this point
Copy the full SHA 9049f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for c814d78 - Browse repository at this point
Copy the full SHA c814d78View commit details -
Fix the array out of bounds while getting offsets (oap-project#257)
* fix segmentation fault in createStringFlatVector
Configuration menu - View commit details
-
Copy full SHA for ce59310 - Browse repository at this point
Copy the full SHA ce59310View commit details -
whitelist approx_distinct (oap-project#270)
Co-authored-by: zhli1142015 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b50fac1 - Browse repository at this point
Copy the full SHA b50fac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cef858 - Browse repository at this point
Copy the full SHA 2cef858View commit details -
Add long decimal type support for ORC (oap-project#271)
Further improved SelectiveLongDecimalColumnReader. Added decoder for int128_t. --------- Co-authored-by: yangyimin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55bfb67 - Browse repository at this point
Copy the full SHA 55bfb67View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e7140 - Browse repository at this point
Copy the full SHA d5e7140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4585f28 - Browse repository at this point
Copy the full SHA 4585f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ac859 - Browse repository at this point
Copy the full SHA c0ac859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49580f1 - Browse repository at this point
Copy the full SHA 49580f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9c7e2 - Browse repository at this point
Copy the full SHA 2f9c7e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e87424 - Browse repository at this point
Copy the full SHA 1e87424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2a8b0 - Browse repository at this point
Copy the full SHA 3a2a8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1e34fa - Browse repository at this point
Copy the full SHA e1e34faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 866fef0 - Browse repository at this point
Copy the full SHA 866fef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab82edd - Browse repository at this point
Copy the full SHA ab82eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d22ca23 - Browse repository at this point
Copy the full SHA d22ca23View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2fcaeb - Browse repository at this point
Copy the full SHA b2fcaebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c12a2 - Browse repository at this point
Copy the full SHA 86c12a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4997d - Browse repository at this point
Copy the full SHA 1f4997dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14fa3a4 - Browse repository at this point
Copy the full SHA 14fa3a4View commit details -
Support kPreceeding & kFollowing for window range frame type (oap-pro…
…ject#287) * Initial commit * Fix compile issue * Cherry pick PR 4510 * Fix issue in upstream PR * Fix bugs for unique sort key * Fix bugs for repeated sort key * Add more test cases * Fix int type issue * Handle null * Remove some commented code * Remove check null * Fix velox ut failure for rows frame * Format the code
Configuration menu - View commit details
-
Copy full SHA for 7921c88 - Browse repository at this point
Copy the full SHA 7921c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for c93c68e - Browse repository at this point
Copy the full SHA c93c68eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e17f84 - Browse repository at this point
Copy the full SHA 6e17f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5987a9 - Browse repository at this point
Copy the full SHA c5987a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56bd304 - Browse repository at this point
Copy the full SHA 56bd304View commit details -
Fix use pre-build arrow (oap-project#289)
In Ubuntu, thrift will be installed manually in setup scripts, but Arrow still compile thrift, then Velox use system thrift and pre-build arrow/parquet. In Centos, Velox could not found system thrift, so it will compile Arrow and thrift twice. Since Arrow will compile thrift in all environments, lets use these pre-build shared libs to save time and keep toolchain consistency. Support native dependency could be overrided by env variables.
Configuration menu - View commit details
-
Copy full SHA for c003ecf - Browse repository at this point
Copy the full SHA c003ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 167d46c - Browse repository at this point
Copy the full SHA 167d46cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c10c9 - Browse repository at this point
Copy the full SHA 13c10c9View commit details -
[DWIO] refactor the reader of dwrf/orc (oap-project#261)
Co-authored-by: zuochunwei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e9a50d - Browse repository at this point
Copy the full SHA 6e9a50dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56dab28 - Browse repository at this point
Copy the full SHA 56dab28View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21d905 - Browse repository at this point
Copy the full SHA f21d905View commit details -
update dnf cache on centos (oap-project#302)
Signed-off-by: Yuan Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30ffabd - Browse repository at this point
Copy the full SHA 30ffabdView commit details -
Support selecting a subfield from struct (oap-project#294)
Co-authored-by: zhejiangxiaomai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3819ace - Browse repository at this point
Copy the full SHA 3819aceView commit details -
Fix an incorrect type check issue in parquet reader and validate rege…
…xp_extract_all argument (oap-project#308)
Configuration menu - View commit details
-
Copy full SHA for 6727295 - Browse repository at this point
Copy the full SHA 6727295View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc8d89 - Browse repository at this point
Copy the full SHA dcc8d89View commit details -
[ORC] Add max/min support for ORC decimal reader (oap-project#301)
Co-authored-by: zuochunwei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf00cd6 - Browse repository at this point
Copy the full SHA bf00cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 491cd19 - Browse repository at this point
Copy the full SHA 491cd19View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1fa225 - Browse repository at this point
Copy the full SHA f1fa225View commit details -
Revert "Remove install_libhdfs3 in centos setup script (oap-project#311…
…)" (oap-project#312) This reverts commit ad61dcc.
Configuration menu - View commit details
-
Copy full SHA for 0260d44 - Browse repository at this point
Copy the full SHA 0260d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f842ca1 - Browse repository at this point
Copy the full SHA f842ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a923a8c - Browse repository at this point
Copy the full SHA a923a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b03fa9c - Browse repository at this point
Copy the full SHA b03fa9cView commit details -
Co-authored-by: zuochunwei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb6a570 - Browse repository at this point
Copy the full SHA bb6a570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 138ea18 - Browse repository at this point
Copy the full SHA 138ea18View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d1b5f - Browse repository at this point
Copy the full SHA c9d1b5fView commit details -
s/std::stable_sort/boost::parallel_stable_sort (oap-project#303)
Signed-off-by: Yuan Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3ab04b - Browse repository at this point
Copy the full SHA a3ab04bView commit details -
Add flag for sort in window (oap-project#321)
* add flag for sort in window op * minor change
Configuration menu - View commit details
-
Copy full SHA for 4884996 - Browse repository at this point
Copy the full SHA 4884996View commit details -
Fix the core dump issue when reading the written parquet file by velo…
…x parquet writer (oap-project#322) Pick facebookincubator#5322
Configuration menu - View commit details
-
Copy full SHA for e09cc23 - Browse repository at this point
Copy the full SHA e09cc23View commit details -
Fix too much small row group issue in Velox parquet writer (oap-proje…
…ct#326) Co-authored-by: youxiduo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03fa725 - Browse repository at this point
Copy the full SHA 03fa725View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e9a9ea4 - Browse repository at this point
Copy the full SHA e9a9ea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a82efbb - Browse repository at this point
Copy the full SHA a82efbbView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 18a3512 - Browse repository at this point
Copy the full SHA 18a3512View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb35ed6 - Browse repository at this point
Copy the full SHA bb35ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ea169 - Browse repository at this point
Copy the full SHA e3ea169View commit details