-
-
Notifications
You must be signed in to change notification settings - Fork 50
GSoC 2023: Aniket Agarwal Week 5 #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GSoC 2023: Aniket Agarwal Week 5 #312
Conversation
@krashish8, @cvvergara I did very minimal changes and added start_vid and end_vid to one-to-one overload could you please tell me whether these changes would be acceptable or not? |
Yes, the output looks good |
@krashish8 I did some changes in types_check.pg please look into it and let me know if I have missed something. |
pgtap/ksp/ksp/types_check.pg
Outdated
('{"","","","directed","heap_paths","seq","path_id","path_seq",start_vid,end_vid,"node","edge","cost","agg_cost"}'::TEXT[]), | ||
('{"","","","","directed","heap_paths","seq","path_id","path_seq",start_vid,end_vid,"node","edge","cost","agg_cost"}'::TEXT[]), | ||
('{"","","","","directed","heap_paths","seq","path_id","path_seq",start_vid,end_vid,"node","edge","cost","agg_cost"}'::TEXT[]), | ||
('{"","","","","directed","heap_paths","seq","path_id","path_seq",start_vid,end_vid,"node","edge","cost","agg_cost"}'::TEXT[]), | ||
('{"","","","","directed","heap_paths","seq","path_id","path_seq",start_vid,end_vid,"node","edge","cost","agg_cost"}'::TEXT[]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the records are duplicated. No use of duplicating the records when using set_eq - https://pgtap.org/documentation.html#set_eq
* did very minimal changes and added start_vid and end_vid in one-to-one * fixed pgtap tests * removed duplicates from set_eq
* did very minimal changes and added start_vid and end_vid in one-to-one * fixed pgtap tests * removed duplicates from set_eq
Changes proposed in this pull request:
@pgRouting/admins