Ramesh Kumar
Ramesh Kumar
### What changes were proposed in this pull request? Query Type information for certain load queries are currently tagged as 'QUERY' operation type. As part of this change, load queries...
### What changes were proposed in this pull request? We are measuring and accumulating various stages in the Query compilation. ### Why are the changes needed? These changes are useful...
### What changes were proposed in this pull request? get_valid_write_ids gets called multiple times for the same transaction list and set of tables for a query. Subsequent calls can make...
### What changes were proposed in this pull request? Queries with function expression throw error as their ObjectInspector is not initialized. As part of prepare execute execute workflow, we serialize...
### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### Is the change a dependency upgrade?...
### What changes were proposed in this pull request? Having clause CBO path of the queries should have visibility from the alias of the select expressions, as this is the...
### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### Is the change a dependency upgrade?...
### What changes were proposed in this pull request? Currently we add the database object to the list of privilege objects required for authorization in the alter table rename set...
### What changes were proposed in this pull request? Map join container cache key should be unique for each map join hash table if they are of different join types....