AQP related changes
1) Implicitly populating sample table on creation , if the base table is provided
2) If data is inserted into the base table using any of the following ways, then the data is also automatically inserted into the sample tables defined on it
a) Insert Into table values select * ......
b) DataFrame.write...
c) JDBC Batch Insert.
Patch testing
precheckin run
Is precheckin with -Pstore clean?
ReleaseNotes changes
(Does this change require an entry in ReleaseNotes? If yes, has it been added to it?)
Changes proposed in this pull request
AQP related changes 1) Implicitly populating sample table on creation , if the base table is provided 2) If data is inserted into the base table using any of the following ways, then the data is also automatically inserted into the sample tables defined on it a) Insert Into table values select * ...... b) DataFrame.write... c) JDBC Batch Insert.
Patch testing
precheckin run
Is precheckin with -Pstore clean?
ReleaseNotes changes
(Does this change require an entry in ReleaseNotes? If yes, has it been added to it?)
Other PRs
aqp-pr snappydata-pr