PLASH SPEED
PLASH SPEED
@deniskuzZ @abstractdog Hi.Could you help review this PR?
1 ---Original--- From: ***@***.***> Date: Fri, Mar 15, 2024 08:19 AM To: ***@***.***>; Cc: "PLASH ***@***.******@***.***>; Subject: Re: [apache/hive] HIVE-27944:When HIVE-LLAP reads the ICEBERG table,a deadlock may occur. (PR #4935)...
> This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Feel free to reach...
Sir.I'm having a hard time triggering this bug directly via SQL because as of now, I'm not sure how to consistently reproduce the problem. in our production env, after we...
New Commit by https://github.com/apache/iceberg/pull/9333 FIX: https://github.com/apache/iceberg/issues/9327 Design doc(By [RussellSpitzer](https://github.com/RussellSpitzer)): https://github.com/apache/iceberg/pull/9546#issuecomment-1919357852 > Based on our discussions last night on slack, I believe that we are basically in the following situation >...
Based on discussions with other community members, the current submission process looks something like this: ```mermaid graph TD A[commit-start] -->B{try-get-lock} B --> |success| C{check-version-file-exists} B --> |fail| D(commit-fail) C -->|already-exists|...
@RussellSpitzer Hello. can you check this? Tks.
> Needs re-formating, remember to run `gradle build-x test -x integrationTest` to check your code style and static analysis. > > General fix seems good to me, I do think...
@RussellSpitzer Hello Sir. I resubmitted the code. Please check my implementation of this version.
@RussellSpitzer Hello. sir. I've optimised the hadoopCatalog implementation and I now believe that its execution behaviour is basically SPEC compliant. We don't need the CommitStateUnknownException anymore. Its logic is now...