You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Aditya Toomula (Jira)" <ji...@apache.org> on 2019/10/09 21:59:00 UTC

[jira] [Created] (SAMZA-2344) Samza-sql: Add validation for delete op

Aditya Toomula created SAMZA-2344:
-------------------------------------

             Summary: Samza-sql: Add validation for delete op
                 Key: SAMZA-2344
                 URL: https://issues.apache.org/jira/browse/SAMZA-2344
             Project: Samza
          Issue Type: Bug
            Reporter: Aditya Toomula
            Assignee: Aditya Toomula


For sql like below:

String sql =
 "Insert into testRemoteStore.Profile.`$table` "
 + "select p.__key__ as __key__, 'DELETE' as __op__ "
 + "from testRemoteStore.Profile.`$table` as p "
 + "join testavro.PAGEVIEW as pv "
 + " on p.__key__ = pv.profileId ";



--
This message was sent by Atlassian Jira
(v8.3.4#803005)