Details
-
Sub-task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.8.0
-
None
Description
The random query generator's QueryProfile should be extended to support deciding the following for INSERT operations:
- The table into which to perform the INSERT
- Whether the INSERT will have a SELECT clause or a VALUES clause
- Whether the INSERT SELECT, if chosen, will have a column set, or if we are inserting into the whole table
- Choosing the columns if a column set is needed
- If a VALUES clause is chosen, choosing the number of rows added and those rows’ values