ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

Added offset field on Scan Query #114

Open jinunpark-nc opened 3 years ago

jinunpark-nc commented 3 years ago

Scan Query offers offset field for pagination.

I found this project and feel to fit for my project. But it does not have offset field.

I added field on ScanQuery Builder and didn't add any specs because there's no other specs for make json.

Please let me know for add this PR.

Thanks.

nkostop commented 2 years ago

Why is this not merged? It is very useful for some cases.

krisgeus commented 2 years ago

Besides from @bbellikan None of the admins of this repository are actively using Druid at the moment. Maybe @bbellikan can help find some active users that want to maintain this project

bbellikan commented 2 years ago

I was at sick leave, so cant reply timely @krisgeus. Druid has been retired in our current setup. So we are not actively using Scruid and not maintaining it as well.

nkostop commented 2 years ago

Hello @bbellikan, hope you are healthy, is it possible to arrange a meeting or something, we are interested on helping maintaining the repo.

On Fri, Mar 11, 2022, 4:11 PM bbellikan @.***> wrote:

I was at sick leave, so cant reply timely @krisgeus https://github.com/krisgeus. Druid has been retired in our current setup. So we are not actively using Scruid and not maintaining it as well.

— Reply to this email directly, view it on GitHub https://github.com/ing-bank/scruid/pull/114#issuecomment-1065148462, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADX46ILFRLUBO2FBHFD2B4DU7NICNANCNFSM47ZBT6OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

anskarl commented 2 years ago

hi @bbellikan @nkostop I would also like to help if it is possible

anskarl commented 2 years ago

any update?