Skip to content

[Java] Allow Arrow API to read file contents from inputStream instead of only Path #47

@swapnil-bidgely

Description

@swapnil-bidgely

Describe the enhancement requested

Currently, only uri is allowed as interface if we wish to read any file format

public FileSystemDatasetFactory(BufferAllocator allocator, NativeMemoryPool memoryPool, FileFormat format, String uri) {
        super(allocator, memoryPool, createNative(format, uri));
    }

I have a usecase where in I would want to pass an inputstream and based on it I wished to read and convert to the target fileformat.
Could someone from the community help me with this requirement, as this would help me go away from ParquetReader library or even AvroReader library and use Arrow instead

Component(s)

Java

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions