Sonny

Results 14 comments of Sonny

@scottsand-db I would like to contribute. can you assign this issue to me?

@scottsand-db I assumed that the number of unique combinations of partition values can be contained in memory. Hence, I'm thinking about just adding a `mutable.Map[Map[String, String], Boolean]` in [FilteredDeltaScanImpl](https://github.com/delta-io/connectors/blob/master/standalone/src/main/scala/io/delta/standalone/internal/scan/FilteredDeltaScanImpl.scala) to...

@scottsand-db should this issue be closed as the MR was merged?

@scottsand-db may I take this issue? please assign to me :-)

hi @rajivharlalka, maybe [this PR 252](https://github.com/penberg/limbo/commit/e6985c1380ca97527f89433e08aa579a05f968aa#diff-a046d58ab24eee8207f0ce3199f8d0a609edcef9c24b8ed7f242f7a60e6c1e61) can serve as an example. The test can be added to `testing/scalar-functions.test` and executed with `make test`. The tests from `sqlite` can be referenced...

@rajivharlalka can we also change `COMPAT.md` file to note that `unixepoch` function is now partially supported? as a side note, we added modifiers in https://github.com/penberg/limbo/pull/305 for `time(..)` function, integrations with...

adding partial support for `time(..)` in https://github.com/penberg/limbo/pull/252

Adding some more guidelines for others. [PR 252](https://github.com/penberg/limbo/commit/e6985c1380ca97527f89433e08aa579a05f968aa#diff-a046d58ab24eee8207f0ce3199f8d0a609edcef9c24b8ed7f242f7a60e6c1e61) can serve as an example of adding time() without modifier. The test can be added to `testing/scalar-functions.test` and executed with `make test`....

Thanks for the issue, let me take a stab at this. I see that we haven't had `SeekRowid` so the plan is possibly to implement this opcode and then to...

Support for `pragma wal_checkpoint;` added in #694