Mini256

Results 56 comments of Mini256

> Remaining test failure seems to be a missing index @@index([pastryName], map: "pastryfk"). Yep, I think we need to exclude this testcase first before TiDB Foreign Key feature GA. Or...

@janpio Thank you for your attention to the pull request. We hope to continue promoting this PR to merge, and after this PR is merged, our team will also continue...

@janpio Updated the Docker image of TiDB to version 7.1.0. (Ready to merged) TiDB 7.1.0 Release Note

``` +------------------------------------------+---------------+--------------+---------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | id | estRows | task | access object | operator info | +------------------------------------------+---------------+--------------+---------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Projection_11 | 20.00 | root | | gharchive_dev.github_events.repo_name, gharchive_dev.github_events.created_at, gharchive_dev.github_events.type, gharchive_dev.github_events.action, gharchive_dev.github_events.number, gharchive_dev.github_repos.pushed_at,...

> Are you aware of any way to test workers locally or in actions runtime? Cloudflare Workers provide an `unstable_dev` API for E2E / integration tests: https://developers.cloudflare.com/workers/wrangler/api/#unstable_dev Test code in...

@LinMa3598 基于 Profile 信息,这个 issue 上有具体的解答:https://github.com/pingcap/ossinsight/issues/877

Do you means exclude `action-user`'s events from `https://ossinsight.io/analyze/`?

We also need to remove the old queries related these table, we need to use collection queries to replace the old queries. @634750802

> It only includes university domains. Company domains provided by [OSCI](https://github.com/epam/OSCI/blob/master/osci/preprocess/match_company/company_domain_match_list.yaml), we have made a fork in the [organizations.yaml]( https://github.com/pingcap/ossinsight/blob/main/api/organizations.yaml)

Because of security restrictions,`text_parser.js` will throw `EvalError` in the CloudFlare worker environment: ``` EvalError: Code generation from strings disallowed for this context at Function () at line.toFunction (file:///Users/liangzhiyuan/playground/mysql2-cloudflare-test/.wrangler/tmp/dev-WCcN3p/index.js:25455:25) at compile...