Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-9710

Got current time instead of timestamp value

Details

    Description

      one failure in shard 13

      Expected: ARRAY<STRUCT<timestamp_val TIMESTAMP>>[{2014-12-01 00:00:00+00}]
        Actual: ARRAY<STRUCT<timestamp_val TIMESTAMP>>[{2020-04-06 00:20:40.052+00}], 
      
      [prepare_database]
      CREATE TABLE Table1 AS
      SELECT timestamp '2014-12-01' as timestamp_val
      --
      ARRAY<STRUCT<timestamp_val TIMESTAMP>>[{2014-12-01 00:00:00+00}]
      ==
      [name=timestamp_type_2]
      SELECT timestamp_val
      FROM Table1
      --
      ARRAY<STRUCT<timestamp_val TIMESTAMP>>[{2014-12-01 00:00:00+00}]
      

      Attachments

        Activity

          People

            robinyqiu Robin Qiu
            apilloud Andrew Pilloud
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: