[jira] [Commented] (AVRO-4085) [C++] File length extraction error in DataFileTests on windows
[ https://issues.apache.org/jira/browse/AVRO-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911866#comment-17911866 ] ASF subversion and git services commented on AVRO-4085: --- Commit 3621ef2ea7ab9e9b5648e7953276134a67329e54 in avro's branch refs/heads/dependabot/maven/lang/java/org.apache.maven.plugins-maven-checkstyle-plugin-3.6.0 from glywk [ https://gitbox.apache.org/repos/asf?p=avro.git;h=3621ef2ea ] [AVRO-4086][C++] Fix missing data file reader close handle on windows (#3230) * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4085: Fix file size extraction error on windows platform (#3229) * Use Ubuntu 24.04 for the Interop tests to be able to use newer Python Python 3.12 needs `--break-system-packages` ``` Run python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages python-snappy zstandard shell: /usr/bin/bash -e {0} Usage: /usr/bin/python3 -m pip install [options] [package-index-options] ... /usr/bin/python3 -m pip install [options] -r [package-index-options] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] ... ``` Signed-off-by: Martin Tzvetanov Grigorov * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4086: Simplify closing stream reader * Fix the name of the CI runner - Signed-off-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Grigorov > [C++] File length extraction error in DataFileTests on windows > -- > > Key: AVRO-4085 > URL: https://issues.apache.org/jira/browse/AVRO-4085 > Project: Apache Avro > Issue Type: Bug > Components: c++ >Affects Versions: 1.12.0 >Reporter: Guillaume Labourey >Assignee: Guillaume Labourey >Priority: Major > Labels: pull-request-available > Fix For: 1.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Test testReaderSplits fails due to error length file extraction on Windows > platform > {code:java} > ***/lang/c++/test/DataFileTests.cc(493): error: in "DataFile tests_ > test11.df/DataFileTest__testReaderSplits": check actual_count == count has > failed [0 != 1000]*** 1 failure is detected in the test module "Master Test > Suite" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (AVRO-4085) [C++] File length extraction error in DataFileTests on windows
[ https://issues.apache.org/jira/browse/AVRO-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911825#comment-17911825 ] ASF subversion and git services commented on AVRO-4085: --- Commit 3621ef2ea7ab9e9b5648e7953276134a67329e54 in avro's branch refs/heads/dependabot/maven/lang/java/org.apache.velocity-velocity-engine-core-2.4.1 from glywk [ https://gitbox.apache.org/repos/asf?p=avro.git;h=3621ef2ea ] [AVRO-4086][C++] Fix missing data file reader close handle on windows (#3230) * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4085: Fix file size extraction error on windows platform (#3229) * Use Ubuntu 24.04 for the Interop tests to be able to use newer Python Python 3.12 needs `--break-system-packages` ``` Run python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages python-snappy zstandard shell: /usr/bin/bash -e {0} Usage: /usr/bin/python3 -m pip install [options] [package-index-options] ... /usr/bin/python3 -m pip install [options] -r [package-index-options] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] ... ``` Signed-off-by: Martin Tzvetanov Grigorov * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4086: Simplify closing stream reader * Fix the name of the CI runner - Signed-off-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Grigorov > [C++] File length extraction error in DataFileTests on windows > -- > > Key: AVRO-4085 > URL: https://issues.apache.org/jira/browse/AVRO-4085 > Project: Apache Avro > Issue Type: Bug > Components: c++ >Affects Versions: 1.12.0 >Reporter: Guillaume Labourey >Assignee: Guillaume Labourey >Priority: Major > Labels: pull-request-available > Fix For: 1.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Test testReaderSplits fails due to error length file extraction on Windows > platform > {code:java} > ***/lang/c++/test/DataFileTests.cc(493): error: in "DataFile tests_ > test11.df/DataFileTest__testReaderSplits": check actual_count == count has > failed [0 != 1000]*** 1 failure is detected in the test module "Master Test > Suite" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (AVRO-4085) [C++] File length extraction error in DataFileTests on windows
[ https://issues.apache.org/jira/browse/AVRO-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17909510#comment-17909510 ] ASF subversion and git services commented on AVRO-4085: --- Commit 3621ef2ea7ab9e9b5648e7953276134a67329e54 in avro's branch refs/heads/dependabot/maven/lang/java/org.apache.maven.plugins-maven-javadoc-plugin-3.11.2 from glywk [ https://gitbox.apache.org/repos/asf?p=avro.git;h=3621ef2ea ] [AVRO-4086][C++] Fix missing data file reader close handle on windows (#3230) * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4085: Fix file size extraction error on windows platform (#3229) * Use Ubuntu 24.04 for the Interop tests to be able to use newer Python Python 3.12 needs `--break-system-packages` ``` Run python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages python-snappy zstandard shell: /usr/bin/bash -e {0} Usage: /usr/bin/python3 -m pip install [options] [package-index-options] ... /usr/bin/python3 -m pip install [options] -r [package-index-options] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] ... ``` Signed-off-by: Martin Tzvetanov Grigorov * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4086: Simplify closing stream reader * Fix the name of the CI runner - Signed-off-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Grigorov > [C++] File length extraction error in DataFileTests on windows > -- > > Key: AVRO-4085 > URL: https://issues.apache.org/jira/browse/AVRO-4085 > Project: Apache Avro > Issue Type: Bug > Components: c++ >Affects Versions: 1.12.0 >Reporter: Guillaume Labourey >Assignee: Guillaume Labourey >Priority: Major > Labels: pull-request-available > Fix For: 1.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Test testReaderSplits fails due to error length file extraction on Windows > platform > {code:java} > ***/lang/c++/test/DataFileTests.cc(493): error: in "DataFile tests_ > test11.df/DataFileTest__testReaderSplits": check actual_count == count has > failed [0 != 1000]*** 1 failure is detected in the test module "Master Test > Suite" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (AVRO-4085) [C++] File length extraction error in DataFileTests on windows
[ https://issues.apache.org/jira/browse/AVRO-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17908868#comment-17908868 ] ASF subversion and git services commented on AVRO-4085: --- Commit 3621ef2ea7ab9e9b5648e7953276134a67329e54 in avro's branch refs/heads/remove-python-37-and-38 from glywk [ https://gitbox.apache.org/repos/asf?p=avro.git;h=3621ef2ea ] [AVRO-4086][C++] Fix missing data file reader close handle on windows (#3230) * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4085: Fix file size extraction error on windows platform (#3229) * Use Ubuntu 24.04 for the Interop tests to be able to use newer Python Python 3.12 needs `--break-system-packages` ``` Run python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages python-snappy zstandard shell: /usr/bin/bash -e {0} Usage: /usr/bin/python3 -m pip install [options] [package-index-options] ... /usr/bin/python3 -m pip install [options] -r [package-index-options] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] ... ``` Signed-off-by: Martin Tzvetanov Grigorov * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4086: Simplify closing stream reader * Fix the name of the CI runner - Signed-off-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Grigorov > [C++] File length extraction error in DataFileTests on windows > -- > > Key: AVRO-4085 > URL: https://issues.apache.org/jira/browse/AVRO-4085 > Project: Apache Avro > Issue Type: Bug > Components: c++ >Affects Versions: 1.12.0 >Reporter: Guillaume Labourey >Assignee: Guillaume Labourey >Priority: Major > Labels: pull-request-available > Fix For: 1.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Test testReaderSplits fails due to error length file extraction on Windows > platform > {code:java} > ***/lang/c++/test/DataFileTests.cc(493): error: in "DataFile tests_ > test11.df/DataFileTest__testReaderSplits": check actual_count == count has > failed [0 != 1000]*** 1 failure is detected in the test module "Master Test > Suite" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (AVRO-4085) [C++] File length extraction error in DataFileTests on windows
[ https://issues.apache.org/jira/browse/AVRO-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17908787#comment-17908787 ] ASF subversion and git services commented on AVRO-4085: --- Commit 3621ef2ea7ab9e9b5648e7953276134a67329e54 in avro's branch refs/heads/dependabot/maven/lang/java/org.apache-apache-33 from glywk [ https://gitbox.apache.org/repos/asf?p=avro.git;h=3621ef2ea ] [AVRO-4086][C++] Fix missing data file reader close handle on windows (#3230) * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4085: Fix file size extraction error on windows platform (#3229) * Use Ubuntu 24.04 for the Interop tests to be able to use newer Python Python 3.12 needs `--break-system-packages` ``` Run python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages python-snappy zstandard shell: /usr/bin/bash -e {0} Usage: /usr/bin/python3 -m pip install [options] [package-index-options] ... /usr/bin/python3 -m pip install [options] -r [package-index-options] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] ... ``` Signed-off-by: Martin Tzvetanov Grigorov * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4086: Simplify closing stream reader * Fix the name of the CI runner - Signed-off-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Grigorov > [C++] File length extraction error in DataFileTests on windows > -- > > Key: AVRO-4085 > URL: https://issues.apache.org/jira/browse/AVRO-4085 > Project: Apache Avro > Issue Type: Bug > Components: c++ >Affects Versions: 1.12.0 >Reporter: Guillaume Labourey >Assignee: Guillaume Labourey >Priority: Major > Labels: pull-request-available > Fix For: 1.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Test testReaderSplits fails due to error length file extraction on Windows > platform > {code:java} > ***/lang/c++/test/DataFileTests.cc(493): error: in "DataFile tests_ > test11.df/DataFileTest__testReaderSplits": check actual_count == count has > failed [0 != 1000]*** 1 failure is detected in the test module "Master Test > Suite" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (AVRO-4085) [C++] File length extraction error in DataFileTests on windows
[ https://issues.apache.org/jira/browse/AVRO-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17908000#comment-17908000 ] ASF subversion and git services commented on AVRO-4085: --- Commit 3621ef2ea7ab9e9b5648e7953276134a67329e54 in avro's branch refs/heads/dependabot/maven/lang/java/io.netty-netty-bom-4.1.116.Final from glywk [ https://gitbox.apache.org/repos/asf?p=avro.git;h=3621ef2ea ] [AVRO-4086][C++] Fix missing data file reader close handle on windows (#3230) * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4085: Fix file size extraction error on windows platform (#3229) * Use Ubuntu 24.04 for the Interop tests to be able to use newer Python Python 3.12 needs `--break-system-packages` ``` Run python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages python-snappy zstandard shell: /usr/bin/bash -e {0} Usage: /usr/bin/python3 -m pip install [options] [package-index-options] ... /usr/bin/python3 -m pip install [options] -r [package-index-options] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] ... ``` Signed-off-by: Martin Tzvetanov Grigorov * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4086: Simplify closing stream reader * Fix the name of the CI runner - Signed-off-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Grigorov > [C++] File length extraction error in DataFileTests on windows > -- > > Key: AVRO-4085 > URL: https://issues.apache.org/jira/browse/AVRO-4085 > Project: Apache Avro > Issue Type: Bug > Components: c++ >Affects Versions: 1.12.0 >Reporter: Guillaume Labourey >Assignee: Guillaume Labourey >Priority: Major > Labels: pull-request-available > Fix For: 1.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Test testReaderSplits fails due to error length file extraction on Windows > platform > {code:java} > ***/lang/c++/test/DataFileTests.cc(493): error: in "DataFile tests_ > test11.df/DataFileTest__testReaderSplits": check actual_count == count has > failed [0 != 1000]*** 1 failure is detected in the test module "Master Test > Suite" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (AVRO-4085) [C++] File length extraction error in DataFileTests on windows
[ https://issues.apache.org/jira/browse/AVRO-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907997#comment-17907997 ] ASF subversion and git services commented on AVRO-4085: --- Commit 3621ef2ea7ab9e9b5648e7953276134a67329e54 in avro's branch refs/heads/dependabot/maven/lang/java/ch.qos.reload4j-reload4j-1.2.26 from glywk [ https://gitbox.apache.org/repos/asf?p=avro.git;h=3621ef2ea ] [AVRO-4086][C++] Fix missing data file reader close handle on windows (#3230) * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4085: Fix file size extraction error on windows platform (#3229) * Use Ubuntu 24.04 for the Interop tests to be able to use newer Python Python 3.12 needs `--break-system-packages` ``` Run python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages python-snappy zstandard shell: /usr/bin/bash -e {0} Usage: /usr/bin/python3 -m pip install [options] [package-index-options] ... /usr/bin/python3 -m pip install [options] -r [package-index-options] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] ... ``` Signed-off-by: Martin Tzvetanov Grigorov * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4086: Simplify closing stream reader * Fix the name of the CI runner - Signed-off-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Grigorov > [C++] File length extraction error in DataFileTests on windows > -- > > Key: AVRO-4085 > URL: https://issues.apache.org/jira/browse/AVRO-4085 > Project: Apache Avro > Issue Type: Bug > Components: c++ >Affects Versions: 1.12.0 >Reporter: Guillaume Labourey >Assignee: Guillaume Labourey >Priority: Major > Labels: pull-request-available > Fix For: 1.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Test testReaderSplits fails due to error length file extraction on Windows > platform > {code:java} > ***/lang/c++/test/DataFileTests.cc(493): error: in "DataFile tests_ > test11.df/DataFileTest__testReaderSplits": check actual_count == count has > failed [0 != 1000]*** 1 failure is detected in the test module "Master Test > Suite" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (AVRO-4085) [C++] File length extraction error in DataFileTests on windows
[ https://issues.apache.org/jira/browse/AVRO-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907985#comment-17907985 ] ASF subversion and git services commented on AVRO-4085: --- Commit 3621ef2ea7ab9e9b5648e7953276134a67329e54 in avro's branch refs/heads/main from glywk [ https://gitbox.apache.org/repos/asf?p=avro.git;h=3621ef2ea ] [AVRO-4086][C++] Fix missing data file reader close handle on windows (#3230) * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4085: Fix file size extraction error on windows platform (#3229) * Use Ubuntu 24.04 for the Interop tests to be able to use newer Python Python 3.12 needs `--break-system-packages` ``` Run python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages python-snappy zstandard shell: /usr/bin/bash -e {0} Usage: /usr/bin/python3 -m pip install [options] [package-index-options] ... /usr/bin/python3 -m pip install [options] -r [package-index-options] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] [-e] ... /usr/bin/python3 -m pip install [options] ... ``` Signed-off-by: Martin Tzvetanov Grigorov * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4086: Simplify closing stream reader * Fix the name of the CI runner - Signed-off-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Tzvetanov Grigorov Co-authored-by: Martin Grigorov > [C++] File length extraction error in DataFileTests on windows > -- > > Key: AVRO-4085 > URL: https://issues.apache.org/jira/browse/AVRO-4085 > Project: Apache Avro > Issue Type: Bug > Components: c++ >Affects Versions: 1.12.0 >Reporter: Guillaume Labourey >Assignee: Guillaume Labourey >Priority: Major > Labels: pull-request-available > Fix For: 1.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Test testReaderSplits fails due to error length file extraction on Windows > platform > {code:java} > ***/lang/c++/test/DataFileTests.cc(493): error: in "DataFile tests_ > test11.df/DataFileTest__testReaderSplits": check actual_count == count has > failed [0 != 1000]*** 1 failure is detected in the test module "Master Test > Suite" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (AVRO-4085) [C++] File length extraction error in DataFileTests on windows
[ https://issues.apache.org/jira/browse/AVRO-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893762#comment-17893762 ] ASF subversion and git services commented on AVRO-4085: --- Commit 16367146182b7a7f35f4d83d224d8f1636c9f773 in avro's branch refs/heads/main from glywk [ https://gitbox.apache.org/repos/asf?p=avro.git;h=163671461 ] AVRO-4085: Fix file size extraction error on windows platform (#3229) > [C++] File length extraction error in DataFileTests on windows > -- > > Key: AVRO-4085 > URL: https://issues.apache.org/jira/browse/AVRO-4085 > Project: Apache Avro > Issue Type: Bug > Components: c++ >Affects Versions: 1.12.0 >Reporter: Guillaume Labourey >Assignee: Guillaume Labourey >Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > Test testReaderSplits fails due to error length file extraction on Windows > platform > {code:java} > ***/lang/c++/test/DataFileTests.cc(493): error: in "DataFile tests_ > test11.df/DataFileTest__testReaderSplits": check actual_count == count has > failed [0 != 1000]*** 1 failure is detected in the test module "Master Test > Suite" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (AVRO-4085) [C++] File length extraction error in DataFileTests on windows
[ https://issues.apache.org/jira/browse/AVRO-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893634#comment-17893634 ] Guillaume Labourey commented on AVRO-4085: -- There is also compilation warning about possible loss of data. {code:java} ***\lang\c++\test\DataFileTests.cc(699,39): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned long', possible loss of data. {code} > [C++] File length extraction error in DataFileTests on windows > -- > > Key: AVRO-4085 > URL: https://issues.apache.org/jira/browse/AVRO-4085 > Project: Apache Avro > Issue Type: Bug > Components: c++ >Affects Versions: 1.12.0 >Reporter: Guillaume Labourey >Assignee: Guillaume Labourey >Priority: Major > > Test testReaderSplits fails due to error length file extraction on Windows > platform > {code:java} > ***/lang/c++/test/DataFileTests.cc(493): error: in "DataFile tests_ > test11.df/DataFileTest__testReaderSplits": check actual_count == count has > failed [0 != 1000]*** 1 failure is detected in the test module "Master Test > Suite" {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)