-
```
Hi Raman,
This test was ignored from runtime tests group, when it is run individually it
fails.
Failing test case : src/test/resources/runtimets/queries/scan/temp_types_02.aql
khurram@ubuntu:~…
-
From CodeProject comments...
just playing around with this and thought you should know this will throw exceptions if there are unescaped quotes and/or newlines (not CR/LF, just LF) in tab delimited c…
-
This issue comes from discussion: https://github.com/prestosql/presto/pull/289#discussion_r259519471
> Per the standard, an authorization identifier is just a regular identifier, so the common rule…
-
For the tree
```
(('A','B')[&label=1,!color=#73ffff],'C');`
```
I would expect a 3-tip tree with the (A,B) subtree containing the label 1 and color #73ffff. But the comma in the label seems to…
-
**User story**
As an institution, I want to use the “Offerings Upload” feature so that I can import many offerings at a time. Depending on my needs, in the ‘How to upload offerings’ section, I want t…
-
Example input text file - *fileTest.txt*:
```
c1 c2 c3 c4 c5 c6
r1 0 1 2 3 4
r2 0 3 4
r3 0 1 2 3 4
```
Adding a screenshot to show there are 3 spaces on row r2 between 0 and 3, i.e.: values…
-
I have downloaded the latest pmt version V2.4.2
i have initated pmt , added a tenant . and added the
`prisma = await multiTenant.get('test')`
inside the context (btw i use nexus , nexus-plugin…
-
The current implementation splits the value of `--identifier` by comma, which can easily break down if column names are verbose. For example a REDCap data dictionary has the column name `Choices, Calc…
bruth updated
9 years ago
-
e.g. File with one row where Age is null
FirstName,LastName,Age,Date of Birth
John,Doh,,09/06/1947
Here's the map:
[DelimitedFile(Delimiter = ",", Quotes = "\"", HasHeader = true)]
public c…
-
The echo test server (pkg/test/echo) currently uses a custom format to expose information. It would be nice to consolidate on a standard (presumably JSON) format here.
since we stream some info, I …