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

Test modules built with changes in hive-hadoop2 #1

Closed
wants to merge 349 commits into from
Closed

Conversation

nineinchnick
Copy link
Owner

This PR only tests changes in trinodb#10323 and should not be merged.

@nineinchnick nineinchnick force-pushed the gib branch 3 times, most recently from b64f0ee to 7c928c1 Compare December 18, 2021 17:26
@nineinchnick nineinchnick force-pushed the gib-test branch 2 times, most recently from 678d217 to de829c8 Compare December 18, 2021 17:50
@nineinchnick nineinchnick force-pushed the gib-test branch 2 times, most recently from 2e9f79c to d25afc9 Compare December 18, 2021 18:38
@nineinchnick nineinchnick force-pushed the gib-test branch 2 times, most recently from 925b864 to 96a2a09 Compare December 18, 2021 22:06
@nineinchnick nineinchnick force-pushed the gib-test branch 2 times, most recently from fe954cc to 2f49a94 Compare December 18, 2021 23:50
@nineinchnick nineinchnick force-pushed the gib branch 2 times, most recently from f9a6f33 to c7a5dc7 Compare December 19, 2021 10:30
@MiguelWeezardo MiguelWeezardo force-pushed the gib branch 2 times, most recently from 75b2a5a to 6223f12 Compare December 22, 2021 10:19
@nineinchnick nineinchnick force-pushed the gib branch 2 times, most recently from 191b3ed to e6d7c24 Compare January 17, 2022 16:32
dchvn and others added 25 commits March 18, 2022 09:54
Co-authored-by: Jack Klamer <jack.klamer@starburstdata.com>
Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com>
Also, add ElasticsearchExternalQueryRunner to allow
connecting to existing Elasticserver instances and
define a constant for version 7 image name.
Directly create ColumnMetadata from Pinot FieldSpecs.
Create PinotColumnHandles from ColumnMetadata in getColumnHandles.

Previously a PinotColumnHandle was created which would be turned into
ColumnMetadata and then converted back to PinotColumnHandle.
Remove unused methods.
Remove unused parameters in methods.
Fix warnings in TestDynamicTable.
`default` profile is not active when other profile is activated, and
enforcer's and duplicate-finder's configuration should always apply.
- use `TrinoException` with `NOT_SUPPORTED`
- use clear message
A regression test for row (struct) dereference pushdown within complex
expressions where a field is dereferenced twice.
Before the change, projection pushdown with a column being referenced
more than once could lead e.g. to an expression being returned from the
connector, which did have an unbound variable.
costCalculatorWithEstimatedExchanges should be used before AddExchanges
costCalculatorWithoutEstimatedExchanges should be used after AddExchanges
Extract adjustReplicatedJoinLocalExchangeCost so that it's easier
to understand that local exchange cost for replicated joins
has special treatment in cost calculators.
Add TODO to remove adjustReplicatedJoinLocalExchangeCost
once traits (e.g. data parallelism) are used to correctly
estimate replicated join local exchange cost.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.