Ramesh Kumar

Results 14 comments of Ramesh Kumar

In order to run test this. Please set the config hive.compile.print.summary to true in any q file and run the test to see the Query Compilation Summary in the logs....

hi @zabetak , The PR is modified to support a summary that illustrates the sub steps in the compilation phase and not worry about reporting the method calls in the...

@zabetak Can you look at the latest patch?

> There are a lot of test files changed in the PR. Might be it is easier to verify the code/script that is used to update the test files. The...

Just FYI: https://issues.apache.org/jira/browse/HIVE-28128 https://issues.apache.org/jira/browse/HIVE-28129 Above are pending issues related to the query type information

Thank you @zabetak and @jfsii for the review. I have modified this change to contain only the changes for the load queries. For the explain queries we will still fallback...

Overall looks good to me, except the two comments, should we just create a separate PR for the union type, given its complexity, other things looks good to merge even...

Thank you @soumyakanti3578 for the patch.