This is an automated email from the ASF dual-hosted git repository.

bartmaer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git

commit d64161fb35ee680569c64bbf4c385d0355cf6dc6
Merge: 96db8d0cfc 21b06ed3c2
Author: Bart Maertens <[email protected]>
AuthorDate: Fri Jul 5 17:10:14 2024 +0200

    Merge pull request #4043 from xdelox/cratedb-number-conversion-fix
    
    CrateDB numbers conversion - fixes ClassCastException
    
    tested all integration tests from the scripts, and additionally tested the 
double precision test from hop GUI

 .../0003-http-endpoint-double-precision-VERIFY.hpl |    89 +
 .../0003-http-endpoint-double-precision.hpl        |   381 +
 integration-tests/cratedb/datasets/housing.csv     | 20641 +++++++++++++++++++
 .../main-0003-http-endpoint-double-precision.hwf   |   248 +
 .../0003-http-endpoint-double-precision UNIT.json  |    78 +
 ...http-endpoint-double-precision-VERIFY UNIT.json |    14 +
 plugins/transforms/cratedbbulkloader/pom.xml       |     9 +-
 .../cratedbbulkloader/CrateDBBulkLoader.java       |    67 +-
 .../cratedbbulkloader/CrateDBBulkLoaderData.java   |     4 +
 .../http/CrateDBBulkImportTest.java                |   224 +
 ....java => HttpClientBulkImportResponseTest.java} |     2 +-
 11 files changed, 21721 insertions(+), 36 deletions(-)

Reply via email to