[ https://issues.apache.org/jira/browse/HIVE-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thejas M Nair updated HIVE-3693: -------------------------------- Attachment: HIVE-3693.1.patch HIVE-3693.1.patch - Changes the Path to string conversions in CombineFilter to be consistent. Instead of using Path.toString() in one place and using Path.toUri().getPath() in other, using Path.toUri().getPath() in both places. > Performance regression introduced by HIVE-3483 > ---------------------------------------------- > > Key: HIVE-3693 > URL: https://issues.apache.org/jira/browse/HIVE-3693 > Project: Hive > Issue Type: Bug > Reporter: Gang Tim Liu > Priority: Minor > Attachments: HIVE-3693.1.patch > > > https://issues.apache.org/jira/browse/HIVE-3483 introduced a performance > regression in the client side during split computation. > The client side spends a lot more time in the split computation phase. The > problem is checkFilterPathContains method. > While investigating, can you create a config to disable it by default? > thanks -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira