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

[VL] Daily Update Velox Version (2024-01-26) #4528

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

rui-mo
Copy link
Contributor

@rui-mo rui-mo commented Jan 26, 2024

7df715557 Deprecate toJonString() methods (8543)
860e35b56 Combine `testComplexCast` with `testCast` (8254)
ec3b082f2 Optimize LIKE for more relaxed patterns (8050)
62fff838b Remove extra isNullAt check in cast (8557)
bd4679167 Fix build error introduced by D53063554 (8541)
2de240a8c Tune down the print frequency of SharedArbitrator reclaim (8556)
ab113266 migrate from FOLLY_FALLTHROUGH to [[fallthrough]] (assorted) (8555)
26b8ca559 Add memory reclaim stats in TaskStats (8497)
f1dfd52ab Skip load data into an inactive destination buffer with notify installed (8532)
2905de79e Randomize fetch data from exchange sources (8480)
23d412f06 Use dedicated timeout thread for LocalExchangeSource (8293)
dd58ab10f Track average buffer time for data stored in OutputBuffer (8534)
0f96c1c26 Back out "Correctly record the rawBytesRead_ metric in TableScan" (8536)
e9f542431 Add API for Parquet FileMetaData, RowGroupMetadata, ColumnChunkMetadata (8486)
aadd49cb9 Rename spillDiskWrites to spillWriteFlushes (8531)
77afe1d1c Use folly::dynamic as propagation media for printing (8513)
def5dfa58 Remove unused function from velox/parse/Expressions.cpp (8535)
3596a725b Add CAST (double as decimal) (8500)
6d2f0d40c Correctly record the rawBytesRead_ metric in TableScan (8147)
de50afdcc Make ngrams size to be integer to match presto. (8529)
6dbe0c854 Avoid locking in MallocAllocator for non-contiguous buffer allocation (8477)
a4e95d7cb Fix inefficient utility functions in HiveDataSink (8499)
bbd3b6e99 Avoid implicit narrowing conversion in FlatVector<StringView>::copy (8516)
b994c6bf4 Add function DecimalUtil::rescaleDouble (8478)
593c8ebb3 Reduce parallelism for linux-build. (8530)

Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/oap-project/gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@zhouyuan
Copy link
Contributor

odd, it looks the static build passed w/ fmt-8.0.1

Copy link

Run Gluten Clickhouse CI

Copy link
Contributor

@JkSelf JkSelf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

@JkSelf JkSelf merged commit fb81ada into apache:main Jan 29, 2024
20 checks passed
@rui-mo
Copy link
Contributor Author

rui-mo commented Jan 29, 2024

odd, it looks the static build passed w/ fmt-8.0.1

It is not in use as #4531 noticed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants