[GitHub] [hop] mattcasters commented on issue #2793: [Bug]: Cartesian Product does not work on flows with the same row names

2023-05-23 Thread via GitHub


mattcasters commented on issue #2793:
URL: https://github.com/apache/hop/issues/2793#issuecomment-1560115464

   I don't get the error on the latest build I've tested with but I can confirm 
there is a discrepancy between the transform output row metadata and the actual 
rows being produced by the transform.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hop] dependabot[bot] opened a new pull request, #2960: Bump sqlite-jdbc from 3.28.0 to 3.41.2.2 in /assemblies/plugins/databases/sqlite-assemblies

2023-05-23 Thread via GitHub


dependabot[bot] opened a new pull request, #2960:
URL: https://github.com/apache/hop/pull/2960

   Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.28.0 to 
3.41.2.2.
   
   Release notes
   Sourced from https://github.com/xerial/sqlite-jdbc/releases;>sqlite-jdbc's 
releases.
   
   Release 3.41.2.2
   Changelog
    Features
   jdbc
   
   add support for LocalDate, LocalTime, LocalDateTime in 
ResultSet#getObject (https://github.com/xerial/sqlite-jdbc/commits/1d2ff63;>1d2ff63)
   implement PreparedStatement getParameterType and getParameterTypeName 
(https://github.com/xerial/sqlite-jdbc/commits/bdb3d8a;>bdb3d8a)
   
   native-image
   
   resource optimization and configuration to export native lib (https://github.com/xerial/sqlite-jdbc/commits/6f42683;>6f42683)
   
    Fixes
   
   use random UUID for external resources (https://github.com/xerial/sqlite-jdbc/commits/edb4b8a;>edb4b8a)
   
     Build
   deps
   
   bump native-maven-plugin from 0.9.21 to 0.9.22 (https://github.com/xerial/sqlite-jdbc/commits/48e8ebe;>48e8ebe)
   bump graal-sdk from 22.3.0 to 22.3.2 (https://github.com/xerial/sqlite-jdbc/commits/128d9b2;>128d9b2)
   bump surefire.version from 3.0.0 to 3.1.0 (https://github.com/xerial/sqlite-jdbc/commits/658e907;>658e907)
   bump maven-gpg-plugin from 3.0.1 to 3.1.0 (https://github.com/xerial/sqlite-jdbc/commits/f149f9f;>f149f9f)
   bump jreleaser-maven-plugin from 1.5.1 to 1.6.0 (https://github.com/xerial/sqlite-jdbc/commits/d028636;>d028636)
   bump native-maven-plugin from 0.9.20 to 0.9.21 (https://github.com/xerial/sqlite-jdbc/commits/08b5e35;>08b5e35)
   bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (https://github.com/xerial/sqlite-jdbc/commits/3b3af82;>3b3af82)
   bump maven-compiler-plugin from 3.10.1 to 3.11.0 (https://github.com/xerial/sqlite-jdbc/commits/52b7701;>52b7701)
   bump versions-maven-plugin from 2.13.0 to 2.15.0 (https://github.com/xerial/sqlite-jdbc/commits/a0e0191;>a0e0191)
   bump maven-help-plugin from 3.3.0 to 3.4.0 (https://github.com/xerial/sqlite-jdbc/commits/739a27c;>739a27c)
   
   deps-dev
   
   bump junit-jupiter from 5.9.2 to 5.9.3 (https://github.com/xerial/sqlite-jdbc/commits/e64e348;>e64e348)
   bump mockito-core from 5.3.0 to 5.3.1 (https://github.com/xerial/sqlite-jdbc/commits/6e94e6b;>6e94e6b)
   bump logback-classic from 1.4.6 to 1.4.7 (https://github.com/xerial/sqlite-jdbc/commits/5a4f485;>5a4f485)
   bump mockito-core from 5.2.0 to 5.3.0 (https://github.com/xerial/sqlite-jdbc/commits/d0adb0f;>d0adb0f)
   bump junit-pioneer from 2.0.0 to 2.0.1 (https://github.com/xerial/sqlite-jdbc/commits/2b00983;>2b00983)
   bump junit-jupiter from 5.9.1 to 5.9.2 (https://github.com/xerial/sqlite-jdbc/commits/c917e81;>c917e81)
   bump logback-classic from 1.4.5 to 1.4.6 (https://github.com/xerial/sqlite-jdbc/commits/eab4939;>eab4939)
   
   unscoped
   
   replace jdk 19 with 20 (https://github.com/xerial/sqlite-jdbc/commits/0c5a645;>0c5a645)
   replace asciidoc variables during release (https://github.com/xerial/sqlite-jdbc/commits/0053e60;>0053e60)
   run spotless:check during maven verify phase (https://github.com/xerial/sqlite-jdbc/commits/043efd7;>043efd7)
   
    Documentation
   
   use markdown for SECURITY.md because Github doesn't support Asciidoc (https://github.com/xerial/sqlite-jdbc/commits/00e9c3f;>00e9c3f)
   convert markdown to asciidoc (https://github.com/xerial/sqlite-jdbc/commits/fb0f263;>fb0f263)
   
   Contributors
   We'd like to thank the following people for their contributions:
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/xerial/sqlite-jdbc/commit/080c808eac7612f90852e09088f75806afafa15b;>080c808
 chore(release): 3.41.2.2 [skip ci]
   https://github.com/xerial/sqlite-jdbc/commit/edb4b8adc2447bc04e05b9b908195a4bc7926242;>edb4b8a
 fix: use random UUID for external resources
   https://github.com/xerial/sqlite-jdbc/commit/0c5a645ec184725a2e81693c7c72049198b271be;>0c5a645
 ci: replace jdk 19 with 20
   https://github.com/xerial/sqlite-jdbc/commit/48e8ebe17a9de0dd7daa715a56e9a6d30e3642b9;>48e8ebe
 build(deps): bump native-maven-plugin from 0.9.21 to 0.9.22
   https://github.com/xerial/sqlite-jdbc/commit/00e9c3f5645e9dd69778b4fa01a631d2a78d7d7f;>00e9c3f
 docs: use markdown for SECURITY.md because Github doesn't support Asciidoc
   https://github.com/xerial/sqlite-jdbc/commit/0053e609a9bb44f6da5bda46a71a9f44dfab04e5;>0053e60
 ci: replace asciidoc variables during release
   https://github.com/xerial/sqlite-jdbc/commit/fb0f26311425161df974fecf3c3fd33ae1023866;>fb0f263
 docs: convert markdown to asciidoc
   https://github.com/xerial/sqlite-jdbc/commit/128d9b2716020b432ad0651c990350d28fc13259;>128d9b2
 build(deps): bump graal-sdk from 22.3.0 to 22.3.2
   https://github.com/xerial/sqlite-jdbc/commit/658e9072828e620306662a7bbe08037737ccf87c;>658e907
 build(deps): bump surefire.version from 3.0.0 to 3.1.0
   

[GitHub] [hop] hop-weblate opened a new pull request, #2959: Translations update from Weblate

2023-05-23 Thread via GitHub


hop-weblate opened a new pull request, #2959:
URL: https://github.com/apache/hop/pull/2959

   Translations update from [Weblate](https://translate.project-hop.org) for 
[Apache Hop 
Codebase/Hop](https://translate.project-hop.org/projects/apache-hop-codebase/hop/).
   
   
   It also includes following components:
   
   * [Apache Hop 
Codebase/foo](https://translate.project-hop.org/projects/apache-hop-codebase/foo/)
   
   * [Apache Hop 
Codebase/blockuntiltransformsfinish](https://translate.project-hop.org/projects/apache-hop-codebase/blockuntiltransformsfinish/)
   
   * [Apache Hop 
Codebase/kettle](https://translate.project-hop.org/projects/apache-hop-codebase/kettle/)
   
   * [Apache Hop 
Codebase/valuemapper](https://translate.project-hop.org/projects/apache-hop-codebase/valuemapper/)
   
   * [Apache Hop 
Codebase/pgpdecryptstream](https://translate.project-hop.org/projects/apache-hop-codebase/pgpdecryptstream/)
   
   * [Apache Hop 
Codebase/writetofile](https://translate.project-hop.org/projects/apache-hop-codebase/writetofile/)
   
   * [Apache Hop 
Codebase/mysqlbulkload](https://translate.project-hop.org/projects/apache-hop-codebase/mysqlbulkload/)
   
   * [Apache Hop 
Codebase/synchronizeaftermerge](https://translate.project-hop.org/projects/apache-hop-codebase/synchronizeaftermerge/)
   
   * [Apache Hop 
Codebase/rest](https://translate.project-hop.org/projects/apache-hop-codebase/rest/)
   
   * [Apache Hop 
Codebase/mail](https://translate.project-hop.org/projects/apache-hop-codebase/mail/)
   
   * [Apache Hop 
Codebase/deletefile](https://translate.project-hop.org/projects/apache-hop-codebase/deletefile/)
   
   * [Apache Hop 
Codebase/zipfile](https://translate.project-hop.org/projects/apache-hop-codebase/zipfile/)
   
   * [Apache Hop Codebase/gui 
3](https://translate.project-hop.org/projects/apache-hop-codebase/gui-3/)
   
   * [Apache Hop 
Codebase/http](https://translate.project-hop.org/projects/apache-hop-codebase/http/)
   
   * [Apache Hop 
Codebase/writer](https://translate.project-hop.org/projects/apache-hop-codebase/writer/)
   
   * [Apache Hop 
Codebase/mongodboutput](https://translate.project-hop.org/projects/apache-hop-codebase/mongodboutput/)
   
   * [Apache Hop 
Codebase/mongodbinput](https://translate.project-hop.org/projects/apache-hop-codebase/mongodbinput/)
   
   * [Apache Hop 
Codebase/mongodbdelete](https://translate.project-hop.org/projects/apache-hop-codebase/mongodbdelete/)
   
   * [Apache Hop 
Codebase/splunkinput](https://translate.project-hop.org/projects/apache-hop-codebase/splunkinput/)
   
   * [Apache Hop 
Codebase/shell](https://translate.project-hop.org/projects/apache-hop-codebase/shell/)
   
   * [Apache Hop 
Codebase/joinrows](https://translate.project-hop.org/projects/apache-hop-codebase/joinrows/)
   
   * [Apache Hop Codebase/plugins 
1](https://translate.project-hop.org/projects/apache-hop-codebase/plugins-1/)
   
   * [Apache Hop 
Codebase/kafka](https://translate.project-hop.org/projects/apache-hop-codebase/kafka/)
   
   * [Apache Hop 
Codebase/mssqlbulkload](https://translate.project-hop.org/projects/apache-hop-codebase/mssqlbulkload/)
   
   * [Apache Hop 
Codebase/creditcardvalidator](https://translate.project-hop.org/projects/apache-hop-codebase/creditcardvalidator/)
   
   * [Apache Hop 
Codebase/transform](https://translate.project-hop.org/projects/apache-hop-codebase/transform/)
   
   * [Apache Hop 
Codebase/cassandraoutput](https://translate.project-hop.org/projects/apache-hop-codebase/cassandraoutput/)
   
   * [Apache Hop 
Codebase/orabulkloader](https://translate.project-hop.org/projects/apache-hop-codebase/orabulkloader/)
   
   * [Apache Hop 
Codebase/uniquerowsbyhashset](https://translate.project-hop.org/projects/apache-hop-codebase/uniquerowsbyhashset/)
   
   * [Apache Hop 
Codebase/flattener](https://translate.project-hop.org/projects/apache-hop-codebase/flattener/)
   
   * [Apache Hop 
Codebase/delete](https://translate.project-hop.org/projects/apache-hop-codebase/delete/)
   
   * [Apache Hop 
Codebase/model](https://translate.project-hop.org/projects/apache-hop-codebase/model/)
   
   * [Apache Hop 
Codebase/execinfo](https://translate.project-hop.org/projects/apache-hop-codebase/execinfo/)
   
   * [Apache Hop 
Codebase/perspective](https://translate.project-hop.org/projects/apache-hop-codebase/perspective/)
   
   * [Apache Hop Codebase/metadata 
2](https://translate.project-hop.org/projects/apache-hop-codebase/metadata-2/)
   
   * [Apache Hop 
Codebase/filelocked](https://translate.project-hop.org/projects/apache-hop-codebase/filelocked/)
   
   * [Apache Hop 
Codebase/snmptrap](https://translate.project-hop.org/projects/apache-hop-codebase/snmptrap/)
   
   * [Apache Hop 
Codebase/snowflake](https://translate.project-hop.org/projects/apache-hop-codebase/snowflake/)
   
   * [Apache Hop 
Codebase/fuzzymatch](https://translate.project-hop.org/projects/apache-hop-codebase/fuzzymatch/)
   
   * [Apache Hop