Re: [Bug] SI Compatibility Issue

2021-01-21 Thread akashrn5
Hi, I think we cant block any operations on table just for this reason. Since we have give two commands for it, we cant block user. 1. Either we need to handle all these during refresh table only instead of having a one more register index command which will solve the issue. 2. Or we need

[Bug] SI Compatibility Issue

2021-01-20 Thread Indhumathi
Hello all, Currently, for Secondary Index metadata, we are adding the below two properties to index table and Fact table on SI creation. 1. indextableexists -> will be set to true, if table has SI. will be null for SI table. 2. isIndexTable -> to know if the table is SI or not When