apurtell opened a new pull request, #2436: URL: https://github.com/apache/phoenix/pull/2436
`OmidTransactionContext.getVisibilityLevel()` translates the OMID `VisibilityLevel` into Phoenix's `PhoenixVisibilityLevel`. A switch statement is missing a break statement. Execution falls through into the default arm, which unconditionally overwrites `phoenixVisibilityLevel` with `null`. Any caller that asks for the visibility level of a `SNAPSHOT_ALL` transaction always sees `null`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
