Github user kaknikhil commented on a diff in the pull request: https://github.com/apache/madlib/pull/260#discussion_r180851151 --- Diff: src/ports/postgres/modules/utilities/minibatch_preprocessing.py_in --- @@ -387,6 +397,7 @@ class MiniBatchStandardizer: ) as {ind_colname} FROM {source_table} """.format( + standardized_table = self.standardized_table, --- End diff -- yes, #259 also made a few changes related to this. Will update all that are remaining
Advertising
---