swaroopak commented on a change in pull request #1216:
URL: https://github.com/apache/phoenix/pull/1216#discussion_r626027863
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexIT.java
##########
@@ -999,6 +1001,25 @@ public void testDeleteCount_index() throws Exception {
}
}
+ @Test
+ public void testCreateIndexSchemaVersion() throws Exception {
Review comment:
Let's say I drop the column and schema version changes from v1 to v1.1.
Currently, the phoenix will use v1.1 when processing a select * . can we add a
test for that?
And is there a way I can query with old schema_version?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]