ShreelekhyaG opened a new pull request #4216:
URL: https://github.com/apache/carbondata/pull/4216
### Why is this PR needed?
The `CustomIndex `interface extends Serializable and for different version
store, if the serialization id doesn't match, it throws
`java.io.InvalidClassException` during load/update/query operations.
### What changes were proposed in this PR?
As the instance is stored in table properties, made changes to initialize
and update instance while refresh table. Also added static serialId for the
CustomIndex interface.
### Does this PR introduce any user interface change?
- No
### Is any new testcase added?
- No, tested in cluster
--
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]