You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Sergey Nuyanzin (Jira)" <ji...@apache.org> on 2023/06/20 10:30:00 UTC

[jira] [Created] (FLINK-32395) EmbeddedFileSourceCsvReaderFormatTests.test_csv_add_columns_from fails on AZP

Sergey Nuyanzin created FLINK-32395:
---------------------------------------

             Summary: EmbeddedFileSourceCsvReaderFormatTests.test_csv_add_columns_from fails on AZP
                 Key: FLINK-32395
                 URL: https://issues.apache.org/jira/browse/FLINK-32395
             Project: Flink
          Issue Type: Bug
          Components: API / Python
    Affects Versions: 1.16.3
            Reporter: Sergey Nuyanzin


This build fails https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=50218&view=logs&j=3e4dd1a2-fe2f-5e5d-a581-48087e718d53&t=b4612f28-e3b5-5853-8a8b-610ae894217a&l=39609
{noformat}
Jun 20 03:09:48 =================================== FAILURES ===================================
Jun 20 03:09:48 _______ EmbeddedFileSourceCsvReaderFormatTests.test_csv_add_columns_from _______
Jun 20 03:09:48 
Jun 20 03:09:48 self = <pyflink.datastream.formats.tests.test_csv.EmbeddedFileSourceCsvReaderFormatTests testMethod=test_csv_add_columns_from>
Jun 20 03:09:48 
Jun 20 03:09:48     def test_csv_add_columns_from(self):
Jun 20 03:09:48         original_schema, lines = _create_csv_primitive_column_schema_and_lines()
Jun 20 03:09:48         schema = CsvSchema.builder().add_columns_from(original_schema).build()
Jun 20 03:09:48         self._build_csv_job(schema, lines)
Jun 20 03:09:48     
Jun 20 03:09:48 >       self.env.execute('test_csv_schema_copy')
Jun 20 03:09:48 
Jun 20 03:09:48 pyflink/datastream/formats/tests/test_csv.py:56: 
...
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)