Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-6032: When phoenix.allow.system.catalog.rollback=true, a view still sees data from a column that was dropped - #949
Conversation
ChinmaySKulkarni
commented
Oct 30, 2020
Please review @yanxinyi@jpisaac@gjacoby126@twdsilva |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
stoty
commented
Oct 30, 2020
💔 -1 overall
This message was automatically generated. |
stoty
commented
Oct 30, 2020
💔 -1 overall
This message was automatically generated. |
45f6a82 to
73e597eCompareChinmaySKulkarni
commented
Oct 30, 2020
Fixed whitespace and checkStyle warnings. Also, test failures are not failing locally. |
stoty
commented
Oct 30, 2020
💔 -1 overall
This message was automatically generated. |
73e597e to
63812e7CompareChinmaySKulkarni
commented
Oct 30, 2020
Thanks for the +1 Xinyi. Any one else want to review this patch? @virajjasani@gjacoby126 ? |
63812e7 to
bd51b43CompareChinmaySKulkarni
commented
Oct 30, 2020
Deleted last build to avoid noise. Waiting for latest build |
stoty
commented
Oct 31, 2020
💔 -1 overall
This message was automatically generated. |
virajjasani
left a comment
There was a problem hiding this comment.
Few minor nits, +1 (non-binding) for source changes with my understanding
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
9f69925 to
e5e08f0Compare
gjacoby126
left a comment
There was a problem hiding this comment.
Looks good, just a few nits
| testUtil.getHBaseAdmin().enableTable(systemCatalog); | ||
| } catch (DoNotRetryIOException e) { | ||
| // table is not splittable | ||
| assert (e.getMessage().contains("NOT splittable")); |
There was a problem hiding this comment.
Do we require that we get this exception? If so should be an Assert.fail() after enableTable
There was a problem hiding this comment.
Also, should use JUnit assertions rather than Java assert keyword
There was a problem hiding this comment.
(I know this is a copied test, but good to do the simple fixes while we're at it)
There was a problem hiding this comment.
hmm I'm not sure. This diff is just a result of copy pasting from the original test SystemCatalogIT Let me try to find out. Will change to using JUnit assert.
There was a problem hiding this comment.
Looks like that test wasn't reliably trying to split SYSCAT at all. I will open a follow-up Jira to fix this since it is unrelated to 6032.
There was a problem hiding this comment.
Uh oh!
There was an error while loading. Please reload this page.
e5e08f0 to
a62205aCompare… still sees data from a column that was dropped
ChinmaySKulkarni
commented
Nov 2, 2020
Thanks for your reviews @virajjasani@gjacoby126 I have addressed all your review comments. Can I get a +1? |
stoty
commented
Nov 3, 2020
💔 -1 overall
This message was automatically generated. |
stoty
commented
Nov 3, 2020
💔 -1 overall
This message was automatically generated. |
gjacoby126
left a comment
There was a problem hiding this comment.
+1, thanks @ChinmaySKulkarni
No description provided.