Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why can't I found package org.bytedeco.parquet in org.bytedeco:arrow:6.0.1-1.5.8? #1525

Open
szknb opened this issue Aug 6, 2024 · 1 comment

Comments

@szknb
Copy link

szknb commented Aug 6, 2024

Hello everyone, I want to use javacpp arrow to read parquet files, but I can't find an example, so I'm going to try to implement it myself, but I found that some classes are not found:
image

all classes in package org.bytedeco.parquet not exists, why?

pom.xml:

    <groupId>org.example</groupId>
    <artifactId>untitled</artifactId>
    <version>1.0-SNAPSHOT</version>

    <properties>
        <exec.mainClass>com.example.RowWiseConversionExample</exec.mainClass>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.bytedeco</groupId>
            <artifactId>arrow-platform</artifactId>
            <version>6.0.1-1.5.8</version>
        </dependency>
    </dependencies>
    <build>
        <sourceDirectory>.</sourceDirectory>
    </build>
@szknb
Copy link
Author

szknb commented Aug 6, 2024

BTW, there is a parquet package in the source code
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants