Opened 6 years ago

Closed 6 years ago

#1762 closed defect (fixed)

Petascope struct type management problem

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 9.7
Component: petascope Version: development
Keywords: Cc:
Complexity: Medium

Description

Type management needs some more tests in petascope. Here's one case where it fails:

  1. I ingested a multiband coverage for which petascope created struct type V2_monthly_cci_uncert_combined_beta_bounds_test_Cell:
    CREATE TYPE V2_monthly_cci_uncert_combined_beta_bounds_test_Cell AS ( band0 float ,band1 float ,band2 float  )
    
  2. Then I deleted the coverage; this type was not deleted from rasdaman though.
  3. I attempt to ingest again this multiband coverage with the same name, but with more bands now and petascope attempts to create again the struct type with same name, and doesn't realize that this type already exists in rasdaman.
    CREATE TYPE V2_monthly_cci_uncert_combined_beta_bounds_test_Cell AS ( band0 float ,band1 float ,band2 float ,band3 float ,band4 float ,band5 float ,band6 float ,band7 float ,band8 float ,band9 float ,band10 float ,band11 float ,band12 float ,band13 float ,band14 float ,band15 float ,band16 float ,band17 float ,band18 float ,band19 float ,band20 float ,band21 float ,band22 float ,band23 float ,band24 float ,band25 float ,band26 float ,band27 float ,band28 float ,band29 float ,band30 float ,band31 float ,band32 float ,band33 float ,band34 float ,band35 float ,band36 float ,band37 float ,band38 float ,band39 float ,band40 float ,band41 float ,band42 float ,band43 float ,band44 float ,band45 float ,band46 float ,band47 float ,band48 float ,band49 float ,band50 float ,band51 float ,band52 float ,band53 float ,band54 float ,band55 float ,band56 float ,band57 float ,band58 float ,band59 float ,band60 float ,band61 float ,band62 float ,band63 float ,band64 float ,band65 float ,band66 float ,band67 float ,band68 float ,band69 float ,band70 float ,band71 float ,band72 float ,band73 float ,band74 float ,band75 float ,band76 float ,band77 float ,band78 float ,band79 float ,band80 float ,band81 float ,band82 float ,band83 float ,band84 float ,band85 float ,band86 float ,band87 float ,band88 float ,band89 float ,band90 float  )
    

Change History (2)

comment:1 by Dimitar Misev, 6 years ago

Milestone: 9.69.7

comment:2 by Bang Pham Huu, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.