kaknikhil commented on a change in pull request #483: Graph/type bigint
URL: https://github.com/apache/madlib/pull/483#discussion_r386688064
##########
File path: src/ports/postgres/modules/graph/apsp.sql_in
##########
@@ -412,9 +412,9 @@ m4_ifdef(`\_\_HAS_FUNCTION_PROPERTIES\_\_', `MODIFIES SQL
DATA', `');
CREATE OR REPLACE FUNCTION MADLIB_SCHEMA.graph_apsp_get_path(
apsp_table TEXT,
- source_vertex INT,
- dest_vertex INT,
- path_table TEXT
+ source_vertex BIGINT,
Review comment:
will this and other such changes be backwards compatible ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services