orhankislal opened a new pull request, #607: URL: https://github.com/apache/madlib/pull/607
Since SERIAL columns do not guarantee a sequence of numbers with no gaps, this commit removes its usage from assoc_rules and load_keras_model. The issue was unearthed by a change in the GPDB code setting the cache for sequences to 20 and causing the numbers to jump unexpectedly. While we can set the cache to 1 to get the previous behavior, it is better to remove the dependency. <!-- Thanks for sending a pull request! Here are some tips for you: 1. Refer to this link for contribution guidelines https://cwiki.apache.org/confluence/display/MADLIB/Contribution+Guidelines 2. Please Provide the Module Name, a JIRA Number and a short description about your changes. --> - [ ] Add the module name, JIRA# to PR/commit and description. - [ ] Add tests for the change. -- 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. To unsubscribe, e-mail: dev-unsubscr...@madlib.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org