Sushant Raikar
Sushant Raikar
I wrote a simple test for reading uppercased schema in iceberg-mr, but it fails. The schema is as follows ``` Schema( required(1, "Data", Types.StructType.of( required(2, "Case1", Types.BooleanType.get()) )) ``` If...
## Summary This is a draft PR to showcase s3 support for OpenHouse. Please see the code comments for what needs to be done thoroughly. Oh! and watch this video...
## Summary Delta is an open-source table format that brings enterprise-grade capabilities to data lakes. It manages large datasets in data lakes efficiently and ensures data integrity through ACID transactions...
### Willingness to contribute {"label"=>"Yes. I would be willing to contribute a fix for this bug with guidance from the OpenHouse community.", "value"=>"with_guidance"} ### Feature Request Proposal OpenHouse has a...
### Willingness to contribute {"label"=>"Yes. I can contribute a fix for this bug independently.", "value"=>"independent"} ### Feature Request Proposal Currently HDFSStorage and LocalStorage set TableLocation without scheme, ie: `/data/openhouse/db/tbl-UUID` instead...