DEIB-GECO / GMQL-WEB

GMQL WEB Interface
http://www.bioinformatics.deib.polimi.it/geco/?home
Apache License 2.0
5 stars 3 forks source link

In Schema section, schema attribute types do not reflect their type in dataset schema #61

Open marcomass opened 6 years ago

marcomass commented 6 years ago

Now GMQL engine provides in output dataset schema file also type INTEGER for region attributes (see issue GMQL issue #93 https://github.com/DEIB-GECO/GMQL/issues/93) Yet, in Schema section of web interface, schema attribute types do not reflect their actual type in dataset schema: attributes of INTEGER type in output dataset schema file are always reported as of type DOUBLE in Schema section of web interface. Please report in web interface the right attribute type as in schema file.

akaitoua commented 6 years ago

@marcomass, I just fixed this issue 5 minutes ago.

acanakoglu commented 6 years ago

Thank you @akaitoua

marcomass commented 6 years ago

Unfortunately, I need to reopen this issue. When a dataset is loaded, still attributes that in the used schema are of type long are converted to type double. No changes there should be in the loaded data schema with respect to what defined in the used schema.