Raghavendrapara
Raghavendrapara
Hey @jmaslek , the issue is due to the sorting based on "date" Index, since here we want data in chronological(recent to later) order. Will raise a PR to reverse...
Hey, Yeah right, I should have noticed, it's default terminal behavior. I was thinking of a workaround but better we can allow column printing in terminal, for instance **mgmt.info** ....
Thank You @colin99d
Let me check this out.
The methods in the exception are the symptoms , underlying disease seems to be in the csv loader. Null handling cases might have been missed
https://github.com/polypheny/Polypheny-DB/blob/5e3257e3713ccb1fd7db10903160c46136b11109/plugins/csv-adapter/src/main/java/org/polypheny/db/adapter/csv/CsvEnumerator.java#L308 Looks like instead of universally setting all null we need to initialize something else or allow null handling
From DBMS perspective null shall be OK, so ig the way injection of null is happening into the database is troubling
Filtering does not work on that too, we currently cannot sort based on such fields
Interestingly this works SELECT latitude,hoehe FROM public.baeume