reductionista commented on a change in pull request #424: DL: Add function for
predict bring your own model
URL: https://github.com/apache/madlib/pull/424#discussion_r309854964
##########
File path: src/ports/postgres/modules/deep_learning/test/madlib_keras.sql_in
##########
@@ -382,22 +382,21 @@ SELECT madlib_keras_predict(
NULL,
0);
--- Validate that prediction output table exists and has correct schema
-SELECT assert(UPPER(atttypid::regtype::TEXT) = 'INTEGER', 'id column should be
INTEGER type')
- FROM pg_attribute WHERE attrelid = 'cifar10_predict'::regclass
- AND attname = 'id';
+-- Validate that prediction outpu'id';'t::TEXT table exists and has correct
schema
Review comment:
Looks like some extra stray characters got added here.
----------------------------------------------------------------
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