Hello,
I am wondering if it's possible to deal with a code which uses "S3 Select" feature.
S3 Select is an S3 feature to get contents with SQL query. It is, in general, a tough challenge with a great benefit to test a query like SQL which leads its query complex, and S3 Select is something special in testing difficulty. S3 Select is used with large aws-sdk's interface and its backend is locally unavailable.
My questions:
- Is it in gofakes3's scope of concern to support select feature?
- If so, how the implementation supposed to be?
I am not sure even it is good idea to use other project's SQL parser for this purpose.
Hello,
I am wondering if it's possible to deal with a code which uses "S3 Select" feature.
S3 Select is an S3 feature to get contents with SQL query. It is, in general, a tough challenge with a great benefit to test a query like SQL which leads its query complex, and S3 Select is something special in testing difficulty. S3 Select is used with large aws-sdk's interface and its backend is locally unavailable.
My questions:
I am not sure even it is good idea to use other project's SQL parser for this purpose.