You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Steven Jacobs (JIRA)" <ji...@apache.org> on 2018/07/26 19:10:00 UTC

[jira] [Created] (ASTERIXDB-2426) Unpartitioned Variables before a datascan should be able to have the data scan keys as their primary key after the data scan

Steven Jacobs created ASTERIXDB-2426:
----------------------------------------

             Summary: Unpartitioned Variables before a datascan should be able to have the data scan keys as their primary key after the data scan 
                 Key: ASTERIXDB-2426
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2426
             Project: Apache AsterixDB
          Issue Type: Bug
            Reporter: Steven Jacobs


For a plan such as:

 

data-scan []<-[$$keyVar, $$recordVar] <- DatasetName -- |UNPARTITIONED|
 assign [$$timeVar] <- [current-datetime()] -- |UNPARTITIONED|
 empty-tuple-source -- |UNPARTITIONED|

$$timeVar should have $$keyVar as its primary key after the data scan



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)