Re: Some dead code in get_param_path_clause_serials()

2024-11-25 Thread Richard Guo
On Wed, Nov 13, 2024 at 9:59 PM Andrei Lepikhov wrote: > On 11/13/24 16:34, Richard Guo wrote: > > The function get_param_path_clause_serials() is used to get the set of > > pushed-down clauses enforced within a parameterized Path. Since we > > don't currently support parameterized MergeAppend pa

Re: Some dead code in get_param_path_clause_serials()

2024-11-14 Thread Andrei Lepikhov
On 11/14/24 08:20, Richard Guo wrote: On Wed, Nov 13, 2024 at 9:59 PM Andrei Lepikhov wrote: Even So, it would be better to insert changes, induced by new feature by one commit. I'm not sure I understand what you mean by this sentence. Yeah, it's my bad English. nothing special, I just wanted

Re: Some dead code in get_param_path_clause_serials()

2024-11-13 Thread Richard Guo
On Wed, Nov 13, 2024 at 9:59 PM Andrei Lepikhov wrote: > On 11/13/24 16:34, Richard Guo wrote: > > The function get_param_path_clause_serials() is used to get the set of > > pushed-down clauses enforced within a parameterized Path. Since we > > don't currently support parameterized MergeAppend pa

Re: Some dead code in get_param_path_clause_serials()

2024-11-13 Thread Andrei Lepikhov
On 11/13/24 16:34, Richard Guo wrote: The function get_param_path_clause_serials() is used to get the set of pushed-down clauses enforced within a parameterized Path. Since we don't currently support parameterized MergeAppend paths, and it doesn't look like that is going to change anytime soon (

Some dead code in get_param_path_clause_serials()

2024-11-13 Thread Richard Guo
The function get_param_path_clause_serials() is used to get the set of pushed-down clauses enforced within a parameterized Path. Since we don't currently support parameterized MergeAppend paths, and it doesn't look like that is going to change anytime soon (as explained in the comments for generat