vollt
vollt copied to clipboard
Java libraries implementing the IVOA protocol: ADQL, UWS and TAP
Hi I succed to put all data from past UWSjob into a mongodb database. How can I make UWS reload all these informations to make all not destructed data (results,...
Would it be possible to allow the declaration of UDF with a variable number of arguments such as [GREATEST and LEAST](https://www.postgresql.org/docs/9.5/static/functions-conditional.html#FUNCTIONS-GREATEST-LEAST) in PostgreSQL?
Hi Which are the main differences between UWSServlet and UWSService ? They're looking to have the same responsibilities, the main difference is that UWSservice has to be embedded into a...
# Context I have a overridden JobList addNewJob definition with observer to log add event into a mongo DB. I've observed when submitted jobs are too fast, add event is...
I don't understand how I create some result file from a jobThread ```(java) @Override public JobThread newJobThread(UWSJob job) { return new JobThread(job) { @Override protected void jobWork() throws UWSException, InterruptedException...
As some tests are failing locally, it could make sens to put taplib on a continuous integration server to have a common and continuous validation. I will try on the...
Suggestion: In order to have a coherent API, please consider renaming uws.job.JobPhase to uws.job.JobPhaseManager as JobPhase manages Phase flow.
The current Proposed Recommendation for TAP_SCHEMA columns "arraysize" has the datatype as string instead of integer (as on the original working drafts). > The arraysize column gives the length of...
Whenever TOPCAT is pointed at , this WARNING-level log message is returned on stderr: > WARNING: Failed to parse UDF def "gavo_histogram(val REAL, lower REAL, upper REAL, nbins INTEGER) ->...
Would it be possible to add basic conditional support like CASE WHEN and some basic SQL92 functions like COALESCE, NULLIF, GREATEST etc? This would greatly simplify certain queries in the...