Ohad Raviv

Results 9 issues of Ohad Raviv

### What is this PR for? Fixing large numbers getting rounded issue because of parseFloat ### What type of PR is it? Bug Fix ### What is the Jira issue?...

when running: `gren changelog --generate --tags 5.0.0..4.2.0 --override --data-source prs --debug` we're getting: ``` Options: Tags: 5.0.0,4.2.0 Prefix: v Template: [object Object] Prerelease: false Generate: true Quiet: false Override: true...

## Summary In #71 we changed the block order. while checking the full iteration on Object Store (S3), we saw it is amazingly slow. What happened is that it switched...

## Summary playing around with other things I happened to reproduce #67 ## Detailed Description ## How was it tested? added unit test

## Summary Following the discussion in #70, Looks like we are writing the blocks in the Avro B-tree in a "reverse post-order" order. this causes us to have many hops...

## Summary very initial trial to integrate with Spark's Optimizer. ## Detailed Description inspired by a very nice work that was done in Microsoft's Hyperspace project. this is just a...

# Summary We currently fail to fetch a value of type Array if the data is in Parquet format. need to look into this. Also, `loadByIndex` fail if requested columns...

## Summary Adding support for indexing CSV files. ## How was it tested? added unit tests

# Summary currently we hard code in `createIndex`, for example: `partitioned by` when we create the index table