This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 73f858188 [hotfix] add stream example to Mkdocs (#1098)
add 73fa98d74 [hotfix] Fix failing e2e tests
new 077fa1c1b Merge pull request #1099 from apache/hotfix-fix-nightly-build
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../connect/adapter/format/csv/CsvParser.java | 9 +-
.../connect/adapter/util/DatatypeUtils.java | 30 +++--
.../connect/adapter/format/csv/CsvParserTest.java | 32 +++--
.../connect/adapter/util/DatatypeUtilsTest.java | 130 +++++++++++++++++++++
.../event-schema-preview.component.html | 1 +
5 files changed, 166 insertions(+), 36 deletions(-)
copy
streampipes-pipeline-management/src/test/java/org/apache/streampipes/manager/selector/TestSelectorGenerator.java
=>
streampipes-extensions-management/src/test/java/org/apache/streampipes/extensions/management/connect/adapter/format/csv/CsvParserTest.java
(60%)
create mode 100644
streampipes-extensions-management/src/test/java/org/apache/streampipes/extensions/management/connect/adapter/util/DatatypeUtilsTest.java