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

Handle buffered dwrf write exception to avoid server crash #9784

Closed
wants to merge 2,021 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2021 commits
Select commit Hold shift + click to select a range
41bed84
Fix CAST(interval day to second as varchar) (#9386)
mbasmanova Apr 5, 2024
d4316c5
Add test coverage where buildSelectedType() makes the input type inva…
nmahadevuni Apr 5, 2024
a243571
Fix reduceAgg benchmark test setting (#9394)
xiaoxmeng Apr 5, 2024
568a96c
Fix CSE with TRY when updating sharedSubexprValues (#9364)
Apr 5, 2024
e0ef5a2
Fix bug in initializing global aggregations with initialized flag (#9…
Apr 6, 2024
a42079c
Add early flushed bytes runtime metrics (#9378)
tanjialiang Apr 6, 2024
84ae6bf
Handling MAP_FAILED in MmapAllocator (#9228)
Apr 6, 2024
e9cd7a6
Improve logs, runtime stats collection and task pause tests (#9377)
xiaoxmeng Apr 7, 2024
e29cde7
Refactor greatest and least Presto functions using simple function AP…
Real-Chen-Happy Apr 8, 2024
fa177d3
Disable approx_distinct result verifier in window fuzzer test (#9407)
kagamiori Apr 8, 2024
9c83ef9
Fix server crash caused by memory pool abort race (#9408)
xiaoxmeng Apr 9, 2024
650eb6a
Fix hash probe spill issues (#9400)
xiaoxmeng Apr 9, 2024
b719046
Add support for DECIMAL types to ArgumentTypeFuzzer (#9373)
mbasmanova Apr 9, 2024
b4774ac
Add test for decimal multiply when result scale exceeds the precision…
rui-mo Apr 9, 2024
3558eb7
Fix and extend arbitration related metrics (#9398)
bikramSingh91 Apr 9, 2024
598895f
Fix partition output flush (#9311)
arhimondr Apr 9, 2024
740e0cf
Fix default error for approx_set and empty_approx_set (#9399)
Yuhta Apr 9, 2024
845f13c
Add per-test memory sanity check in OperatorTestBase (#9140)
tanjialiang Apr 9, 2024
54a7fe8
Add metrics to track initial memory capacity and growth (#9416)
xiaoxmeng Apr 9, 2024
89de5d3
Support UNKNOWN type in Map function (#9410)
zacw7 Apr 10, 2024
c4cd265
Add metric to cacth the double free error in mmap allocator (#8648)
xiaoxmeng Apr 10, 2024
22279f9
Remove global -Wno-return-type from CMakeLists.txt (#9387)
acvictor Apr 10, 2024
d56f89e
Remove unused headers in Plan.h (#9343)
majetideepak Apr 10, 2024
aaecbf3
Implement toIntermediate for merging HLL (#9421)
Yuhta Apr 10, 2024
f83270f
SIMD-ize DenseHll::mergeWith (#9423)
mbasmanova Apr 10, 2024
a9897b1
Temporarily remove step to save ccache from scheduled jobs (#9433)
bikramSingh91 Apr 10, 2024
b5ea2d7
SplitReader refactor (#8995)
yingsu00 Apr 10, 2024
a3b4849
Add more debug info for flaky aggregation spill stats check (#9434)
xiaoxmeng Apr 10, 2024
387ae3b
Add file size to FileOptions (#9313)
acvictor Apr 10, 2024
acd204f
Fix approx_distinct result verifier for window fuzzer (#9409)
kagamiori Apr 11, 2024
1c7de01
Fix TSAN data race flaky test (#9393)
Apr 11, 2024
ecf8118
Make default value for "max_spill_level" equal to 1. (#9419)
Apr 11, 2024
cef85a1
Disable signature related functions in scheduled fuzzer runs (#9420)
assignUser Apr 11, 2024
2a33e63
Initialize FileOptions::fileSize in S3FileSystem::openFileForWrite (#…
acvictor Apr 11, 2024
8e9496b
Fix a typo in the documentation about how to create scalar constant v…
zjuwangg Apr 11, 2024
d4f8d85
Fix the incorrect size calculation logic of FileSink. (#9429)
Apr 11, 2024
719d956
Fix syntax error in workflow yaml (#9451)
assignUser Apr 11, 2024
f51e34d
Add missing `working-directory` in scheduled.yml (#9454)
assignUser Apr 11, 2024
d5f8e8e
Store duplicate row address in vector for join probe (#9079)
zhli1142015 Apr 11, 2024
707dbfd
Fix CAST(JSON as ROW(ARRAY)) (#9447)
mbasmanova Apr 11, 2024
efb0213
Optimize cast(JSON as ROW) (#9449)
mbasmanova Apr 11, 2024
0643556
Add pool name regex in TestScopedSpillInjection (#9413)
duanmeng Apr 11, 2024
83f5eed
Upgrade simdjson to 3.8.0 (from 3.2.0) (#9456)
mbasmanova Apr 12, 2024
70d8de1
Allow empty seconds when parsing timestamps strings (#9401)
pedroerp Apr 12, 2024
4b0fd74
Wait for all the tasks to be deleted before reset memory system (#9458)
xiaoxmeng Apr 12, 2024
2b52132
Let task memory reclaimer not abort when task is running (#9426)
tanjialiang Apr 12, 2024
b1252f2
Fix meta internal tsan build failure (#9464)
xiaoxmeng Apr 12, 2024
2b2ef52
Fix flaky spill stats check in aggregation test (#9459)
xiaoxmeng Apr 12, 2024
0567c61
Fix TestScopedSpillInjection::testingSpillPoolRegExp (#9467)
duanmeng Apr 12, 2024
d62c8e0
Add check for division rescale factor is within max precision (#9367)
karteekmurthys Apr 12, 2024
d791fc1
Add support for biasing aggregation signatures. (#9397)
kgpai Apr 12, 2024
80ef831
Enable find static package of gflags (#8940)
wutiangan Apr 12, 2024
7a36070
Set minimum boost version to 1.77.0 (#9094)
PHILO-HE Apr 12, 2024
115a240
Enable partial date input support for from_iso8601_date() (#9357)
svm1 Apr 13, 2024
8d09dc9
Prevent cache write from exceeding IOV_MAX (#9438)
zacw7 Apr 14, 2024
2439fb9
Apply clang-format 18
zertosh Apr 14, 2024
d796cfc
Add faulty file system for io failure injections (#9457)
xiaoxmeng Apr 14, 2024
331c86b
fix memory leak in ExchangeBenchmark (#9193)
wanweitao Apr 15, 2024
b7eeb8c
Add memory pool detail printing when aborted during reclaim (#9490)
tanjialiang Apr 15, 2024
38b46c7
Calculate BufferedInput::nextFetchSize (#9437)
Apr 15, 2024
0680169
Pass UnitLoaderFactory to DwrfReader (#9473)
Apr 15, 2024
8676e8d
Add CMakeUserPresets.json to .gitignore (#9470)
ashkrisk Apr 16, 2024
9fb50d6
DwrfReader Refactor: Make StripeReaderBase stateless (#9474)
Apr 16, 2024
de040da
Remove partitionKey and partitionKeysHandle size check in testFilters…
liujiayi771 Apr 16, 2024
cc9d46d
Add spark regr_replacement aggregate function (#9360)
liujiayi771 Apr 16, 2024
1bad4cf
Optimize selective DWRF flatmap reader (#9486)
Yuhta Apr 16, 2024
df0c499
Remove global -Wno-stringop-overflow, -Wno-stringop-overread compiler…
acvictor Apr 16, 2024
b49a3fb
Document the formulas used by Spark decimal functions (#9501)
rui-mo Apr 16, 2024
62fb397
DwrfReader Refactor: Remove getCurrentStripeMetadata() method (#9503)
Apr 16, 2024
fd5643a
Back out "Refactor greatest and least Presto functions using simple f…
s4ayub Apr 16, 2024
1e901c9
Add Linux build on GPU on Github Actions (#9335)
luhenry Apr 16, 2024
b96f5c2
Disable map_top_n from fuzz testing (#9502)
Apr 16, 2024
4c3911b
Put table scan in suspensions state when get output (#9477)
xiaoxmeng Apr 16, 2024
beacf30
Minimize memory of unused chain buffers (#9471)
Apr 16, 2024
da6a3d3
Fix nulls ordering for Range frames (#9271)
aditi-pandit Apr 16, 2024
a45a728
Remove global -Wno-type-limits compiler option (#9483)
acvictor Apr 17, 2024
8a85e8a
Fix dataSourceWallNanos calculation (#9505)
Yuhta Apr 17, 2024
ced2db6
Add Mmap allocator information to error message when failing with MMa…
mohsaka Apr 17, 2024
79f3add
Fix the Window operator with overflowed empty k-rows frames (#9476)
kagamiori Apr 17, 2024
841a9ba
Updated VeloxCon banner (#9508)
mcknightd Apr 17, 2024
720787a
Parquet reader should use parent type for nested types (#7774)
chliang71 Apr 17, 2024
a830ffb
Add benchmark for HashTable::listJoinResults (#9172)
zhli1142015 Apr 17, 2024
910b200
Document KLL serialization format compatibility guarantee (#9518)
Yuhta Apr 17, 2024
74fe2ba
Add hive.s3.connect-timeout, hive.s3.socket-timeout and hive.s3.max-c…
wills-feng Apr 18, 2024
d395c40
Close the preloading data sources when the task terminating (#8181)
zhli1142015 Apr 18, 2024
2041bd6
Clean up copy constructor of ScanSpec (#9520)
Yuhta Apr 18, 2024
db4db40
Fix config in JoinFuzzer (#9528)
yanngyoung Apr 18, 2024
c0dc3f4
Disable custom result verifier of approx_distinct in window fuzzer te…
kagamiori Apr 18, 2024
8d57fa6
Ensure future is valid in Operator::isBlocked in blocked state (#9446)
duanmeng Apr 18, 2024
8fb0c9c
Fix MinioServer to prevent startup errors due to invalid ports (#9513)
czentgr Apr 18, 2024
e18a4cf
Fix stringop-overflow warning in Scratch.h (#9526)
zhli1142015 Apr 18, 2024
f8fde93
Add CallbackOnLastSignal (#9506)
Apr 19, 2024
5d633c6
Optionally use linear heuristics to estimate stripe size (#9517)
Apr 19, 2024
25f42f6
Record number of checkpoints made in SsdCacheStats (#9521)
zacw7 Apr 19, 2024
3f5db59
Change JoinFuzzer iteration message to warning (#9509)
czentgr Apr 19, 2024
6118101
Build boost without python in setup script (#9484)
liujiayi771 Apr 19, 2024
13d56e6
DwrfReader Refactor: DwrfReader accepts a UnitLoaderFactory (#9534)
Apr 19, 2024
c240cf3
Fix setup-centos8 script to use pip3.9 (#9536)
majetideepak Apr 19, 2024
52b80a7
Support UNKNOWN type in array_distinct (#9500)
zacw7 Apr 19, 2024
85393d5
Set up nightly run of window fuzzer (#9133)
kagamiori Apr 19, 2024
d727293
Clear paged output stream buffers at flush time (#9546)
Apr 19, 2024
cb87bc8
Rename UnitLoaderTestToolsTests to UnitLoaderToolsTests (#9547)
Apr 19, 2024
ea96074
Make CallbackOnLastSignal more readable (#9548)
Apr 20, 2024
4ac07c8
Build fixes in fedora (clang 16) (#9550)
pedroerp Apr 20, 2024
c320923
Fix writer extended tests quality (#9552)
Apr 20, 2024
09efd20
Add reserved memory capacity pool in arbitrator (#9504)
xiaoxmeng Apr 20, 2024
53f6bf7
Add execution mode enforcement (#9489)
tanjialiang Apr 21, 2024
d44a23e
Fix build failure in Meta internal test (#9556)
xiaoxmeng Apr 21, 2024
580a3f6
Temp file test util cleanup (#9555)
xiaoxmeng Apr 22, 2024
ab31203
Add fault injection for write operation (#9535)
kewang1024 Apr 22, 2024
9a07418
Make public comments the right format (#9558)
tanjialiang Apr 22, 2024
7e892bc
Fix build with newer Xcode (#9554)
jeongseok-meta Apr 22, 2024
267493e
Support store decimal as integer for parquet writer (#8826)
Yohahaha Apr 22, 2024
018f36c
Make serialization handle mappish types in addition to just std::map …
Apr 22, 2024
aea1bec
Make copies of Vectors in Values Operator if it is parallelizable (#9…
Apr 22, 2024
28a1f18
Fix tempfile access in HdfsFileSystemTest.cpp (#9565)
xiaoxmeng Apr 22, 2024
6374497
Make SpillConfig callback return string_view (#9570)
pedroerp Apr 23, 2024
8d7a73e
make numSuspensions in ThreadState atomic (#9564)
Apr 23, 2024
3279ebd
Disable the driver suspension optimization for table scan (#9569)
xiaoxmeng Apr 23, 2024
63b4595
Refactor JsonPathTokenizer (#9573)
mbasmanova Apr 23, 2024
fb9355d
Fix JsonExprBenchmark.cpp (#9574)
mbasmanova Apr 23, 2024
ba8253b
Fix behavior of VELOX_BUILD_MINIMAL_WITH_DWIO flag (#9576)
pedroerp Apr 23, 2024
a362a67
Fix build error in abfs test (#9577)
zhli1142015 Apr 23, 2024
2da7641
Fold JsonFunctions.h into JsonExprBenchmark.cpp (#9575)
mbasmanova Apr 23, 2024
c4e7bac
Remove unused TableScan::ioWaitNanos_ (#9587)
Yuhta Apr 23, 2024
7e9550e
Make leading '$.' optional in JSON paths accepted by json_extract[_sc…
mbasmanova Apr 23, 2024
2a67b6e
Allow redundant dots in JSON paths accepted by json_extract[_scalar] …
mbasmanova Apr 23, 2024
38a7335
Make callbacks to pass std::chrono::high_resolution_clock::duration i…
Apr 23, 2024
54cb36f
Move MeasureTime to common namespace (#9567)
Apr 23, 2024
c51ce49
Fix verification of histogram over interval queries in DuckDB (#9588)
Apr 24, 2024
860be8d
Improve error message for invalid date format %v (#9596)
mbasmanova Apr 24, 2024
8ac7e39
Delete unused JsonBenchmarkUtil.h (#9597)
mbasmanova Apr 24, 2024
05cc947
Fix sheduled fuzzer jobs to make removal of bias files silent. (#9586)
kgpai Apr 24, 2024
b66f84c
Fix parsing of timezones in timestamp strings (#9411)
pedroerp Apr 24, 2024
3879967
Add support for serializing JSON constants to SQL (#9599)
mbasmanova Apr 24, 2024
286f821
Fix parsing SQL with complex constants inside lambdas (#9600)
mbasmanova Apr 24, 2024
8a8c942
Silence 'Failed to generate SQL...Type not supported yet: VARBINARY' …
mbasmanova Apr 24, 2024
2dc5ae3
Fix build failure in DateTimeFormatter.cpp
mbasmanova Apr 24, 2024
0643fa5
Remove incorrect check from MapWriter::initialize (#9598)
mbasmanova Apr 24, 2024
6bdab47
Bump up memory capacity for ExchangeFuzzer
Apr 24, 2024
d0221e6
Allow invalid UTF-8 in cast(varchar as json)
mbasmanova Apr 25, 2024
abfcf12
Rename a missed enum and a bit more (#9549)
helfman Apr 25, 2024
4e075a0
Fix json_extract for non-definite paths (paths with wildcards)
mbasmanova Apr 25, 2024
b1c993b
Add support for custom types to DuckParser
mbasmanova Apr 25, 2024
a40dd55
Configure referenceDB request timeout (#9537)
pramodsatya Apr 25, 2024
a689fd4
Fix macOS build failure
pedroerp Apr 25, 2024
d97ddb4
Adding decimal support for min() and max() functions (#9005)
minhancao Apr 25, 2024
61d718d
Ensure ConnectorQueryCtx does not become a dangling pointer when Spli…
zhli1142015 Apr 25, 2024
6c0bcb4
Add array_size Spark function (#9516)
acvictor Apr 25, 2024
b61ac06
Filter out null map key entries by default
Yuhta Apr 25, 2024
6664d64
Adding backward compat format conversion
helfman Apr 25, 2024
6570db5
Fix naming of generated signatures files. (#9624)
assignUser Apr 25, 2024
a9a620d
Add nightly job to track build metrics (#9460)
assignUser Apr 25, 2024
2f423d8
Run aggregation and window fuzzer tests at PR time
kagamiori Apr 25, 2024
a586a69
Fix execution of lambda expressions
Apr 25, 2024
6e2184f
Back out "Back out "[velox][PR] Refactor greatest and least Presto fu…
Apr 25, 2024
1daeb9d
Optimize copying null bits in FlatVector::copyValuesAndNulls
mbasmanova Apr 26, 2024
32289f9
Add flatten Spark function (#9593)
ivoson Apr 26, 2024
97160cd
Avoid unnecessary memory capacity growth in case of concurrent arbitr…
xiaoxmeng Apr 26, 2024
959f939
Fix crash when map subfield is pruned but we still want to add non-nu…
Yuhta Apr 26, 2024
029d89a
Prevent driver thread running again if task reclaim failed (#9633)
xiaoxmeng Apr 26, 2024
f9c8fd4
Add year_of_week Spark function (#9481)
PHILO-HE Apr 26, 2024
c2526ba
Throw user error for decimal overflow in decimal divide Presto functi…
rui-mo Apr 26, 2024
6bcf11e
Fix bug in DwrfReader onRead
Apr 27, 2024
4797041
Add word_stem Presto function (#9363)
yhwang Apr 27, 2024
adc5219
Fix workflow syntax for build-metrix.yml (#9642)
assignUser Apr 27, 2024
1426f33
Fix MultiFragmentTest.compression (#9639)
tanjialiang Apr 28, 2024
a1706c3
Replace 'bool call' with 'void call' in DateTimeFunctions.h
mbasmanova Apr 29, 2024
37f4700
Fix parquet complex type handling (#9187)
jaystarshot Apr 29, 2024
84acb4c
Adding long decimal support for arbitrary() function (#9217)
minhancao Apr 29, 2024
8d134ef
Mask compilation warning from gtest in clang16 (#9637)
pedroerp Apr 29, 2024
7295997
Extend adapter setup to support Debian (#9625)
acvictor Apr 29, 2024
9370245
Install duckdb dependency in setup-ubuntu.sh (#9648)
PHILO-HE Apr 29, 2024
e931e76
Throw user error for invalid time zone in make_timestamp Spark functi…
rui-mo Apr 29, 2024
4a0383b
Mark 'arbitrary' Presto aggregate function order sensitive (#9646)
yanngyoung Apr 29, 2024
85fd5c6
arrow_testing autodeps
Apr 29, 2024
d86b1f2
Disable allocator stats collection by default
Apr 30, 2024
28ec161
Avoid AsyncSource bad state in SSD cache checkpoint
zacw7 Apr 30, 2024
1ec53b5
Remove error details from ExprSetListener::onError
mbasmanova Apr 30, 2024
51ac798
Wave hash Table and Group By Update Variations (#9655)
Apr 30, 2024
20a3a04
Add parquet extension to the "other" copy of duckdb 0.8.1
pedroerp Apr 30, 2024
6e253f7
Add timestamp_micros, timestamp_millis, unix_micros, unix_millis Spar…
zhli1142015 Apr 30, 2024
44e9ec1
Fix escape in HiveConnectorSplit
kagamiori Apr 30, 2024
ffc28ac
Remove unused exception parameter from velox/exec/Driver.cpp
r-barnes Apr 30, 2024
6b0cb0f
Enable no-throw behavior for simple functions
mbasmanova Apr 30, 2024
0902f1d
Disable COW for SSD checkpoint and evictlog files
zacw7 May 1, 2024
bbbf815
Re-enable map_top_n for fuzz testing
mbasmanova May 1, 2024
c665b98
Add monthly update for April (#9682)
mbasmanova May 1, 2024
08528e3
Create UnitLoader::onSeek
May 1, 2024
6884294
Add SSD cache file path to CacheInputStream::getName
Yuhta May 1, 2024
6e539aa
Fix the build error with std::random_shuffle (#9538)
yingsu00 May 1, 2024
85073ef
Remove backward compatibility option for nimble renaming
zacw7 May 1, 2024
6f57156
Add monthly update for March (#9683)
mbasmanova May 1, 2024
8567d4d
Check 'closed_' in ExchangeClient::next()
May 1, 2024
714b747
Generate random sort/null ordering in WindowFuzzer (#9258)
pramodsatya May 1, 2024
3e90a7e
Add dynamic filter operator stats for Prestissimo HBO (#9652)
xiaoxmeng May 1, 2024
82650fd
Introduce EvalCtx::captureErrorDetails flag (#9672)
mbasmanova May 1, 2024
9650e30
Validate session time zone in Config (#9666)
rui-mo May 1, 2024
15780e0
Record number of regions evicted in SsdCacheStats (#9686)
zacw7 May 1, 2024
ebcbec7
Add stats report daemon to Velox (#9653)
tanjialiang May 2, 2024
3f3895d
Extract fuzzer into expression/fuzzer directory (#9651)
rui-mo May 2, 2024
d7c4f88
HashProbe should only reuse nonSpillInputIndicesBuffer_ if it's mutable
May 2, 2024
7fa9fd2
Fix TSAN for PeriodicStatsReporterTest (#9692)
May 2, 2024
abb94a3
Fix segfault in TableScanBuilder (#9475)
ashkrisk May 2, 2024
518a808
Enhance lazy vector consistency check (#9687)
May 2, 2024
b1defb5
Fix typo in docs for PlanNode. (#9676)
bdice May 2, 2024
82aa0c4
Remove .gitmodules. (#9674)
bdice May 2, 2024
2e61956
Add unix_seconds Spark function (#9488)
acvictor May 2, 2024
9fbc544
Add monthly update for February 2024 (#9650)
majetideepak May 3, 2024
238830b
Remove deprecated Task::create API (#9697)
tanjialiang May 3, 2024
5bc6818
Add global access utility to PeriodicStatsReporter (#9696)
tanjialiang May 3, 2024
f54787b
Fix data race when resetting lazy vector's consistency check (#9701)
May 3, 2024
38abde9
Add fuzzer for RowNumber operator (#9524)
duanmeng May 3, 2024
e38079f
Add arg generator for decimal type (#9634)
rui-mo May 3, 2024
9fde0a2
Pass an executor to SsdFile (#9710)
zacw7 May 6, 2024
7a82925
More Cuda Metrics (#9711)
May 6, 2024
3e8545f
Wave Expression Filter (#9705)
May 6, 2024
cdf0a70
Fix wave build on aarch64 (#9721)
Yuhta May 6, 2024
5bf1e27
Enhance hierarchical addition on exception context (#9695)
May 6, 2024
b7bacaf
Fix from_base64 Presto function for inputs without padding (#8647)
Joe-Abraham May 6, 2024
0c4dad1
Clean up selective file reader framework (#9704)
Yuhta May 7, 2024
d41f654
Revert "Prevent cache write from exceeding IOV_MAX (#9438)" (#9722)
zacw7 May 7, 2024
ec4d2ec
Improve evaluateOnce() helper function (#9708)
pedroerp May 7, 2024
5911129
Parallelize local memory arbitration (#9649)
xiaoxmeng May 7, 2024
668d578
SSD cache code cleanup (#9724)
xiaoxmeng May 7, 2024
1fd2bc9
Change `result_of` to `invoke_result` in velox/vector/fuzzer/Generato…
r-barnes May 7, 2024
ad25e87
Avoid unnecessary reclaim on non-reclaimable query (#9737)
xiaoxmeng May 7, 2024
b63a869
Update README for build on MacOS (#9717)
zuyu May 7, 2024
7795000
Fix stemmer library when cmake < 3.18 is used (#9670)
PHILO-HE May 7, 2024
ccbb72e
Fix the lock order issue caused by value operator init (#9738)
xiaoxmeng May 7, 2024
7cfb42f
Fix the computation of hash tag in hash table doc (#9699)
liujiayi771 May 7, 2024
ac55339
Fix PartitionIdGenerator's multiplier initialization for VectorHasher…
kewang1024 May 7, 2024
49b1246
Improve instrumentation around Zombie Task detection. (#9663)
May 8, 2024
5c4903f
Handle ssd cache region score overflow (#9709)
zacw7 May 8, 2024
bc6632a
Add decimal support for min_by and max_by functions (#8723)
May 8, 2024
798a127
Fix crash in ArrayVectorBase::copyRangesImpl in case target offsets o…
Yuhta May 8, 2024
20be193
Register some re-usable Presto functions for Spark (#9425)
PHILO-HE May 8, 2024
dec2556
Add barrier at kernel end and scatterBits (#9745)
May 8, 2024
16e2c13
UnitLoader supports initial rowsToSkip (#9703)
May 8, 2024
87ea7d5
Create howMuchToSkip method in UnitLoaderTools (#9706)
May 8, 2024
48cfbe3
Prevent duplicates in writable regions (#9746)
zacw7 May 8, 2024
f536875
Add more test method in Filter::AlwaysFalse class (#9718)
zjuwangg May 8, 2024
9ad161a
Keep weak pointers of Drivers closed by Task. (#9751)
May 9, 2024
b8a26ce
Add memory and cache stats to PeriodicStatsReporter (#9723)
tanjialiang May 9, 2024
c325d4f
Add async memory reclaim task to avoid recursive arbitration (#9734)
xiaoxmeng May 9, 2024
eb356fd
Create row type for list children when there are >1 child fields (#9533)
chliang71 May 9, 2024
dceaff0
Move E2EFilterTestBase into tests/utils to be reused by Nimble (#9749)
Yuhta May 9, 2024
3e98d40
Remove lint warnings in ParquetReaderTest (#9760)
Yuhta May 9, 2024
49c3ebb
Row index metadata column support for table scan (#9174)
gaoyangxiaozhu May 9, 2024
8c2ca34
Handle buffered dwrf write exception to avoid server crash
xiaoxmeng May 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
89 changes: 0 additions & 89 deletions .circleci/README.md

This file was deleted.

25 changes: 7 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,17 @@ version: 2.1
# This allows us to use CircleCI's dynamic configuration feature
setup: true


# Path-filtering orb is required to continue a pipeline based on
# the path of an updated fileset
orbs:
path-filtering: circleci/[email protected]
jobs:
noop-build:
docker:
- image: cimg/base:2024.02
steps:
- run: circleci-agent step halt

workflows:
version: 2

path-filtering-workflow:
jobs:
- noop-build

- path-filtering/filter:
name: check-sensitive-paths

# Format is: <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
# Regex below will filter out paths with test in them.
mapping: |
velox/expression/((?!.*test).*).* run-longer-expression-fuzzer true
velox/exec/((?!.*test).*).* run-longer-expression-fuzzer true
velox/common/((?!.*test).*).* run-longer-expression-fuzzer true
velox/core/((?!.*test).*).* run-longer-expression-fuzzer true
velox/vector/((?!.*test).*).* run-longer-expression-fuzzer true

config-path: .circleci/dist_compile.yml
Loading
Loading