-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
string file updated and naming of suite
- Loading branch information
Showing
18 changed files
with
923 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<Dataset name='BooleanData'> | ||
<Row><testid>0</testid><testname>aaa</testname><value>true</value></Row> | ||
<Row><testid>1</testid><testname>aab</testname><value>false</value></Row> | ||
</Dataset> | ||
<Dataset name='IntegerData'> | ||
<Row><testid>0</testid><testname>min</testname><value>-9223372036854775808</value></Row> | ||
<Row><testid>1</testid><testname>max</testname><value>9223372036854775807</value></Row> | ||
</Dataset> | ||
<Dataset name='RealData'> | ||
<Row><testid>0</testid><testname>min</testname><value>2.225073858507201e-308</value></Row> | ||
<Row><testid>1</testid><testname>max</testname><value>1.797693134862316e+308</value></Row> | ||
</Dataset> | ||
<Dataset name='DecimalData'> | ||
<Row><testid>0</testid><testname>max</testname><value>0</value></Row> | ||
<Row><testid>1</testid><testname>min</testname><value>0</value></Row> | ||
</Dataset> | ||
<Dataset name='StringData'> | ||
<Row><testid>0</testid><testname>emp</testname><value></value></Row> | ||
<Row><testid>1</testid><testname>lon</testname><value>This is a long string to test the maximum length of a STRING field in HPCC</value></Row> | ||
</Dataset> | ||
<Dataset name='QStringData'> | ||
<Row><testid>0</testid><testname>quo</testname><value>STRING WITH "QUOTES" AND SPACES </value></Row> | ||
<Row><testid>1</testid><testname>spe</testname><value>STRING WITH NEWLINE AND TAB</value></Row> | ||
</Dataset> | ||
<Dataset name='UnicodeData'> | ||
<Row><testid>0</testid><testname>mix</testname><value>ASCII and Unicode こんにちは</value></Row> | ||
<Row><testid>1</testid><testname>emo</testname><value>Emoji test: 🚀🌟💬😊</value></Row> | ||
</Dataset> | ||
<Dataset name='UTF8Data'> | ||
<Row><testid>0</testid><testname>chi</testname><value>中文测试</value></Row> | ||
<Row><testid>1</testid><testname>mix</testname><value>Mix of scripts: АБВ αβγ こんにちは</value></Row> | ||
</Dataset> | ||
<Dataset name='DataData'> | ||
<Row><testid>0</testid><testname>bin</testname><value>0123456789ABCDEF</value></Row> | ||
<Row><testid>1</testid><testname>all</testname><value>00FF</value></Row> | ||
</Dataset> | ||
<Dataset name='VarstringData'> | ||
<Row><testid>0</testid><testname>sho</testname><value>Short</value></Row> | ||
<Row><testid>1</testid><testname>lon</testname><value>This is a longer varstring to test variable-length behavior</value></Row> | ||
</Dataset> | ||
<Dataset name='VarunicodeData'> | ||
<Row><testid>0</testid><testname>asc</testname><value>ASCII only</value></Row> | ||
<Row><testid>1</testid><testname>mix</testname><value>Mixed scripts: Latin, Кириллица, 日本語</value></Row> | ||
</Dataset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<Exception><Source>eclagent</Source><Message>Error: 0: parquet: Invalid: Parquet magic bytes not found in footer. Either the file is corrupted or this is not a parquet file..</Message></Exception> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<Dataset name='Result 1'> | ||
<Row><index>4105813624</index><name></name><director></director></Row> | ||
</Dataset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<Exception><Source>eclagent</Source><Message>Error: 0: parquet: The target file /var/lib/HPCCSystems/mydropzone/SingleRowTest.parquet already exists. To delete the file set the overwrite option to true.</Message></Exception> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<Exception><Source>eclagent</Source><Message>Error: 0: parquet: Error processing result row</Message></Exception> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
<Result> | ||
<Dataset name='ReadData'> | ||
<Row><name>Alice</name><salary>50000.5</salary><id>1</id></Row> | ||
<Row><name>Bob</name><salary>60000.75</salary><id>2</id></Row> | ||
</Dataset> | ||
</Result> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<Dataset name='singleDataset'> | ||
<Row><id>1</id><name>Alice</name><price>10.5</price><isactive>yes</isactive></Row> | ||
<Row><id>2</id><name>Bob</name><price>20.75</price><isactive>no</isactive></Row> | ||
<Row><id>3</id><name>Charlie</name><price>15.25</price><isactive>yes</isactive></Row> | ||
<Row><id>1</id><name>A</name><price>10.0</price><isactive>1</isactive></Row> | ||
</Dataset> | ||
<Dataset name='multiDataset'> | ||
<Row><id>1</id><name>A</name><price>10.0</price><isactive>1</isactive></Row> | ||
<Row><id>3</id><name>Charlie</name><price>15.25</price><isactive>yes</isactive></Row> | ||
<Row><id>2</id><name>Bob</name><price>20.75</price><isactive>no</isactive></Row> | ||
<Row><id>1</id><name>A</name><price>10.0</price><isactive>1</isactive></Row> | ||
<Row><id>1</id><name>Alice</name><price>10.5</price><isactive>yes</isactive></Row> | ||
</Dataset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<Dataset name='ComparisonResult'> | ||
<Row><s1> </s1><s2> </s2><s3> </s3></Row> | ||
<Row><s1> </s1><s2> </s2><s3> </s3></Row> | ||
<Row><s1> </s1><s2> </s2><s3> </s3></Row> | ||
</Dataset> | ||
<Dataset name='TestResult'> | ||
<Row><TestResult>All records match</TestResult></Row> | ||
</Dataset> |
Oops, something went wrong.