Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-1356

No error reported when trying to load non-existing files

    XMLWordPrintableJSON

Details

    Description

      Trying to run this

      drop dataverse broken if exists;
      create dataverse broken;
      use dataverse broken;
      
      create type xtype as closed {  id: int32 };
      create dataset X(xtype) primary key id;
      
      load dataset X using localfs(
        ("path"="127.0.0.1://bla"),
        ("format"="delimited-text"),
        ("delimiter"="|")
      );
      

      there is no error message even though "bla" doesn't exist.

      Attachments

        Activity

          People

            tillw Till Westmann
            tillw Till Westmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: