This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 40a459ebbd fix failing test, #6252 (#6259)
40a459ebbd is described below
commit 40a459ebbd5558b65c1a59d7180e7cb433364f3f
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sat Dec 27 10:17:46 2025 +0100
fix failing test, #6252 (#6259)
---
.../transforms/datasets/golden-file-metadata.csv | 26 +++++++++++-----------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/integration-tests/transforms/datasets/golden-file-metadata.csv
b/integration-tests/transforms/datasets/golden-file-metadata.csv
index 8d0a5c5623..aae299c52d 100644
--- a/integration-tests/transforms/datasets/golden-file-metadata.csv
+++ b/integration-tests/transforms/datasets/golden-file-metadata.csv
@@ -1,14 +1,14 @@
charset,delimiter,enclosure,field_count,skip_header_lines,skip_footer_lines,header_line_present,name,type,length,precision,mask,decimal_symbol,grouping_symbol
-US-ASCII,;,"""",13,0,0,Y,id,Integer,15,0," #",",",.
-US-ASCII,;,"""",13,0,0,Y,name,String,10,,,",",.
-US-ASCII,;,"""",13,0,0,Y,firstname,String,13,,,",",.
-US-ASCII,;,"""",13,0,0,Y,zip,Integer,15,0," #",",",.
-US-ASCII,;,"""",13,0,0,Y,city,String,8,,,",",.
-US-ASCII,;,"""",13,0,0,Y,birthdate,Date,,,yyyy/MM/dd,",",.
-US-ASCII,;,"""",13,0,0,Y,street,String,11,,,",",.
-US-ASCII,;,"""",13,0,0,Y,housenr,Integer,15,0," #",",",.
-US-ASCII,;,"""",13,0,0,Y,stateCode,String,9,,,",",.
-US-ASCII,;,"""",13,0,0,Y,state,String,30,,,",",.
-US-ASCII,;,"""",13,0,0,Y,isActive,Boolean,,,,",",.
-US-ASCII,;,"""",13,0,0,Y,registrationTimestamp,Date,,,yyyy-MM-dd
HH:mm:ss.SSS,",",.
-US-ASCII,;,"""",13,0,0,Y,metadataJson,String,64,,,",",.
+US-ASCII,;,"""",13,0,0,Y,id,Integer,15,0," #",".",","
+US-ASCII,;,"""",13,0,0,Y,name,String,10,,,".",","
+US-ASCII,;,"""",13,0,0,Y,firstname,String,13,,,".",","
+US-ASCII,;,"""",13,0,0,Y,zip,Integer,15,0," #",".",","
+US-ASCII,;,"""",13,0,0,Y,city,String,8,,,".",","
+US-ASCII,;,"""",13,0,0,Y,birthdate,Date,,,yyyy/MM/dd,".",","
+US-ASCII,;,"""",13,0,0,Y,street,String,11,,,".",","
+US-ASCII,;,"""",13,0,0,Y,housenr,Integer,15,0," #",".",","
+US-ASCII,;,"""",13,0,0,Y,stateCode,String,9,,,".",","
+US-ASCII,;,"""",13,0,0,Y,state,String,30,,,".",","
+US-ASCII,;,"""",13,0,0,Y,isActive,Boolean,,,,".",","
+US-ASCII,;,"""",13,0,0,Y,registrationTimestamp,Date,,,yyyy-MM-dd
HH:mm:ss.SSS,".",","
+US-ASCII,;,"""",13,0,0,Y,metadataJson,String,64,,,".",","