Native worker image#2
Open
xpengahana wants to merge 1707 commits into
Open
Conversation
7b8851f to
b01736d
Compare
daca1b2 to
0effee9
Compare
49fe684 to
6e46e4d
Compare
892525f to
571c2c8
Compare
15b437d to
076f229
Compare
076f229 to
f1fb59f
Compare
f1fb59f to
77dbf9b
Compare
77dbf9b to
21d74b4
Compare
0c1543f to
696144c
Compare
696144c to
5dc028c
Compare
5dc028c to
ab38c55
Compare
ab38c55 to
324d650
Compare
324d650 to
7d99fb0
Compare
4b4af20 to
473b334
Compare
473b334 to
ceb00cb
Compare
ceb00cb to
b2e6927
Compare
Remove the map to Block conversion of MetricHeader to resolve the issue with aggregate queries with labels column in Prometheus Co-authored-by: Yuya Ebihara <ebyhry@gmail.com>
If there is column renaming happening in-between, this will not work. We need to fix this in optimizer.
Corrected in a line
An upgrade to folly introduces the glog headers into the build of thrift artifacts. This commit adds the glog include directory when building the targets.
Previously, the code generation step was removed in 7c814ae However, this makes it more difficult to add new readers in the future, such as for UUIDs. This change adds the code generation step as an optional profile which can be enabled when building the parquet module through -PgenerateParquetReaders
The iceberg spec lists uuid as a valid schema type. Presto supports UUID types but there was no support for reading or writing them in the connector. This commit makes the necessary changes in the connector to create tables with UUID columns and support for UUIDs in the parquet reader. This includes an implementation for UUIDs in the batchreader.
… fixes Summary: - Add a metric `presto_cpp.memory_pushback_expected_reduction_bytes` to track expected reduction in memory after a pushback attempt as this can be different from actual reduction due to other threads allocating simultaneously - Fix registeration of a pushback metric - Make periodicCb() API non-const to allow it to update internal state if required
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation and Context
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.
If release note is NOT required, use: