-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Storage branch 2.6 #3153
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
Closed
snir-upstream
wants to merge
406
commits into
apache:storage-branch-2.6
from
upstream-auto:storage-branch-2.6
Closed
Storage branch 2.6 #3153
snir-upstream
wants to merge
406
commits into
apache:storage-branch-2.6
from
upstream-auto:storage-branch-2.6
Conversation
This file contains 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
… reviewed by Jason Dere)
…y Shelukhin, reviewed by Prasanth Jayachandran)
…cy (Sergey Shelukhin, reviewed by Gopal Vijayaraghavan)
…ouguerra via Prasanth J) Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
…yachandran reviewed by Sergey Shelukhin)
…wed by Eugene Koifman)
…ajós via Zoltan Haindrich, Zoltan Haindrich) Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
…, reviewed by Sahil Takiar)
…EHR, reviewed by Sahil Takiar)
… table cache and make prewarm non-blocking (Vaibhav Gumashta reviewed by Daniel Dai, Alexander Kolbasov)
…eck for consistency (Sergey Shelukhin, reviewed by Prasanth Jayachandran)
…ta Kuczora, reviewed by Sahil Takiar and Peter Vary)
…partitions (Marta Kuczora, reviewed by Adam Szita, Peter Vary)
… HBase table (Oleksiy Sayankin, reviewed by Ashutosh Chauhan and Yongzhi Chen)
…s Camacho Rodriguez, reviewed by Ashutosh Chauhan)
…submitting MR job (Daniel Voros via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
…a Vineet Garg, Zoltan Haindrich) Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
…lukhin, reviewed by Prasanth Jayachandran)
…ition key names (Chinna Rao L via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
…zora, reviewed by Sahil Takiar, Alexander Kolbasov and Peter Vary)
…amacho Rodriguez, reviewed by Ashutosh Chauhan)
…iar, reviewed by Aihua Xu)
…iewed by Prasanth Jayachandran) Signed-off-by: Owen O'Malley <omalley@apache.org>
This reverts commit 2bb0941.
…an be started on the same machine (Peter Vary, reviewed by Sahil Takiar)
…HIVE-14032 (Adam Szita, reviewed by Peter Vary)
…et schema version (Alan Gates, reviewed by Thejas Nair)
…ugene Koifman, reviewed by Prasanth Jayachandran)
…wed by Vineet Garg)
…tioned table when INSERT INTO and INSERT OVERWRITE are used (Steve Yeom via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
…V via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
…t DPPs (Rui reviewed by Sahil)
…torage handler tables (Jonathan Doron, reviewed by Jesus Camacho Rodriguez) Close #288
…aindrich reviewed by Ashutosh Chauhan) Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
…rectly (Bharathkrishna Guruvayoor Murali reviewed by Zoltan Haindrich, Vihang Karajgaonkar)
…khin, reviewed by Jason Dere)
…transactional tables (Steve Yeom, reviewed by Sergey Shelukhin)
…gey Shelukhin, reviewed by Prasanth Jayachandran)
…onstraint failing (Vineet Garg, reviewed by Ashutosh Chauhan)
…onsistently (Vaibhav Gumashta reviewed by Daniel Dai)
… reviewed by Sergey Shelukhin)
…client because the tasks don't set exception when they fail (Aihua Xu, reviewed by Sahil Takiar)
…aNucleus if the table contains large number of columns (Aihua Xu, reviewed by Yongzhi Chen)
…n via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
Signed-off-by: Owen O'Malley <omalley@apache.org>
…ring prewarm (Vaibhav Gumashta reviewed by Thejas Nair)
…s Camacho Rodriguez, reviewed by Ashutosh Chauhan)
…s Camacho Rodriguez, reviewed by Ashutosh Chauhan) (addendum)
…Shelukhin, reviewed by Eugene Koifman and Gopal Vijayaraghavan)
…appan, reviewed by Mahesh Kumar Behera, Thejas M Nair)
… Jaiswal, reviewed by Jasone Dere)
aiizichen
pushed a commit
to aiizichen/hive
that referenced
this pull request
Apr 12, 2022
* HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Add table-level JVM lock on commits (apache#2547) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Move ClientPool and ClientPoolImpl to core (apache#2491) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Improve code style (apache#2641) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Style: Delete blank line of CachedClientPool.java (apache#2787) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix some message typos in HiveCatalog: Matastore => Metastore (apache#2950) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix toString NPE with recommended constructor (apache#3021) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Upgrade to Gradle 7.x (apache#2826) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Ensure tableLevelMutex is unlocked when uncommitted metadata delete fails (apache#3264) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Doc: refactor Hive documentation with catalog loading examples (apache#2544) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: unify catalog experience across engines (apache#2565) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Add HadoopConfigurable interface to serialize custom FileIO (apache#2678) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Move Assert.assertTrue(..) instance checks to AssertJ assertions (apache#2756) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Support multiple specs in OutputFileFactory (apache#2858) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - MR: Use SerializableTable in IcebergSplit (apache#2988) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Fix exception exception message in IcebergInputFormat (apache#3153) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Data: Fix equality deletes with date/time types (apache#3135) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Fix ErrorProne UnnecessarilyQualified warnings (apache#3262) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Fix ErrorProne NewHashMapInt warnings (apache#3260) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Fail if both Catalog type and catalog-impl are configured (apache#3162) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - MR: Support imported data in InputFormat using name mapping (apache#3312) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix Catalog initialization without Configuration (apache#3252) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Switch to RetryingHMSClient (allows configuration of retryDelays and retries) (apache#3099) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix Catalogs.hiveCatalog method for default catalogs (apache#3338)
dengzhhu653
pushed a commit
to dengzhhu653/hive
that referenced
this pull request
Dec 15, 2022
* HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Add table-level JVM lock on commits (apache#2547) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Move ClientPool and ClientPoolImpl to core (apache#2491) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Improve code style (apache#2641) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Style: Delete blank line of CachedClientPool.java (apache#2787) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix some message typos in HiveCatalog: Matastore => Metastore (apache#2950) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix toString NPE with recommended constructor (apache#3021) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Upgrade to Gradle 7.x (apache#2826) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Ensure tableLevelMutex is unlocked when uncommitted metadata delete fails (apache#3264) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Doc: refactor Hive documentation with catalog loading examples (apache#2544) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: unify catalog experience across engines (apache#2565) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Add HadoopConfigurable interface to serialize custom FileIO (apache#2678) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Move Assert.assertTrue(..) instance checks to AssertJ assertions (apache#2756) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Support multiple specs in OutputFileFactory (apache#2858) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - MR: Use SerializableTable in IcebergSplit (apache#2988) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Fix exception exception message in IcebergInputFormat (apache#3153) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Data: Fix equality deletes with date/time types (apache#3135) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Fix ErrorProne UnnecessarilyQualified warnings (apache#3262) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Build: Fix ErrorProne NewHashMapInt warnings (apache#3260) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Core: Fail if both Catalog type and catalog-impl are configured (apache#3162) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - MR: Support imported data in InputFormat using name mapping (apache#3312) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix Catalog initialization without Configuration (apache#3252) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Switch to RetryingHMSClient (allows configuration of retryDelays and retries) (apache#3099) * HIVE-25613: Port Iceberg Hive fixes to the iceberg module Source Iceberg PR - Hive: Fix Catalogs.hiveCatalog method for default catalogs (apache#3338)
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.
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?