[
https://issues.apache.org/jira/browse/PHOENIX-6627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17577149#comment-17577149
]
ASF GitHub Bot commented on PHOENIX-6627:
-----------------------------------------
stoty commented on code in PR #1455:
URL: https://github.com/apache/phoenix/pull/1455#discussion_r940915178
##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ImmutableIndexIT.java:
##########
@@ -137,9 +137,7 @@ public static synchronized Collection<Object[]> data() {
Arrays.asList(new Object[][] {
{ false, false, null, false }, { false, false,
null, true },
{ false, true, "OMID", false },
- { false, true, "TEPHRA", false }, { false, true, "TEPHRA",
true },
{ true, false, null, false }, { true, false,
null, true },
Review Comment:
Correction:
Those seem to be unsupported operations for Omid, so this is fine.
> Remove all references to Tephra from 4.x and master
> ---------------------------------------------------
>
> Key: PHOENIX-6627
> URL: https://issues.apache.org/jira/browse/PHOENIX-6627
> Project: Phoenix
> Issue Type: Sub-task
> Components: 4.x, tephra
> Reporter: Istvan Toth
> Assignee: Zsolt Gyulavari
> Priority: Major
> Fix For: 5.2.0
>
>
> Removing tephra from the runtime is easy, as it uses the well defind
> TransactionProvider interfaces.
> Removing Tephra references from all the test cases is a much bigger task.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)