Dataset Viewer
Auto-converted to Parquet Duplicate
instance_id
string
pull_number
int64
repo
string
version
string
base_commit
string
created_at
string
patch
string
test_patch
string
non_py_patch
string
new_components
list
FAIL_TO_PASS
list
PASS_TO_PASS
list
pull_request_text
string
issue_text
string
readmes
list
files
list
environment_setup_commit
string
patch-detailed
string
natural-detailed
string
patch-brief
string
natural-brief
string
tobymao__sqlglot-4579
4,579
tobymao/sqlglot
null
ceb42fabad60312699e4b15936aeebac00e22e4d
2025-01-08T15:12:50Z
"diff --git a/sqlglot/dialects/__init__.py b/sqlglot/dialects/__init__.py\nindex c85b607744..9228ee5(...TRUNCATED)
"diff --git a/tests/dialects/test_druid.py b/tests/dialects/test_druid.py\nnew file mode 100644\nind(...TRUNCATED)
[]
[ "tests/dialects/test_druid.py::TestDruid::test_druid" ]
[]
"<request>\nfeat: Druid dialect\nAnother stab at https://github.com/tobymao/sqlglot/pull/4475:\r\n\r(...TRUNCATED)
[{"content":"<p align=\"center\">\n <a href=\"https://gmago-leway.github.io/fea-bench.github.io/\">(...TRUNCATED)
[{"content":"# ruff: noqa: F401\n\"\"\"\n## Dialects\n\nWhile there is a SQL standard, most SQL engi(...TRUNCATED)
ceb42fabad60312699e4b15936aeebac00e22e4d
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
PyThaiNLP__pythainlp-1054
1,054
PyThaiNLP/pythainlp
null
2252dee57bd7be9503242fa734bf0abc48c5ddf1
2025-01-02T13:53:18Z
"diff --git a/docs/api/lm.rst b/docs/api/lm.rst\nindex 471282fd3..063aecb2d 100644\n--- a/docs/api/l(...TRUNCATED)
"diff --git a/tests/core/test_lm.py b/tests/core/test_lm.py\nindex 5d25cc124..9da213d31 100644\n--- (...TRUNCATED)
"diff --git a/docs/api/lm.rst b/docs/api/lm.rst\nindex 471282fd3..063aecb2d 100644\n--- a/docs/api/l(...TRUNCATED)
[{"components":[{"doc":"Calculates the counts of n-grams in the list words for the specified range.\(...TRUNCATED)
["tests/core/test_lm.py::LMTestCase::test_calculate_ngram_counts","tests/core/test_lm.py::LMTestCase(...TRUNCATED)
[]
"<request>\nAdd pythainlp.lm.calculate_ngram_counts\nCalculates the counts of n-grams in the list wo(...TRUNCATED)
[{"content":"<p align=\"center\">\n <a href=\"https://gmago-leway.github.io/fea-bench.github.io/\">(...TRUNCATED)
[{"content":".. currentmodule:: pythainlp.lm\n\npythainlp.lm\n============\n\nModules\n-------\n\n..(...TRUNCATED)
2252dee57bd7be9503242fa734bf0abc48c5ddf1
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
tobymao__sqlglot-4547
4,547
tobymao/sqlglot
null
1ad853242f9e7119c7c6874be3650612393952ff
2024-12-25T00:59:40Z
"diff --git a/sqlglot/expressions.py b/sqlglot/expressions.py\nindex c66fc1aa22..7f43ea0274 100644\n(...TRUNCATED)
"diff --git a/tests/dialects/test_spark.py b/tests/dialects/test_spark.py\nindex 1ad9763ffc..d5634a6(...TRUNCATED)
[]
[ "tests/test_parser.py::TestParser::test_analyze" ]
["tests/dialects/test_spark.py::TestSpark::test_analyze_compute_statistics","tests/dialects/test_spa(...TRUNCATED)
"<request>\nFeat: parse analyze compute statistics\nAdd specific parsing for `ANALYZE` statment inst(...TRUNCATED)
[{"content":"<p align=\"center\">\n <a href=\"https://gmago-leway.github.io/fea-bench.github.io/\">(...TRUNCATED)
[{"content":"\"\"\"\n## Expressions\n\nEvery AST node in SQLGlot is represented by a subclass of `Ex(...TRUNCATED)
ceb42fabad60312699e4b15936aeebac00e22e4d
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
PyThaiNLP__pythainlp-1043
1,043
PyThaiNLP/pythainlp
null
4ef63b5832361f7c8938996d0a9491a82e1a3c3a
2024-12-23T14:16:34Z
"diff --git a/docs/api/llm.rst b/docs/api/llm.rst\nnew file mode 100644\nindex 000000000..db058504c\(...TRUNCATED)
"diff --git a/tests/core/test_llm.py b/tests/core/test_llm.py\nnew file mode 100644\nindex 000000000(...TRUNCATED)
"diff --git a/docs/api/llm.rst b/docs/api/llm.rst\nnew file mode 100644\nindex 000000000..db058504c\(...TRUNCATED)
[{"components":[{"doc":"Remove repeated n-grams\n\n:param List[str] string_list: List of string\n:pa(...TRUNCATED)
[ "tests/core/test_llm.py::LlmTestCase::test_remove_repeated_ngrams" ]
[]
"<request>\nAdd pythainlp.llm\n### What does this changes\r\n\r\nAdd LLM tools for NLP wok.\r\n\r\n-(...TRUNCATED)
[{"content":"<p align=\"center\">\n <a href=\"https://gmago-leway.github.io/fea-bench.github.io/\">(...TRUNCATED)
[{"content":null,"file":"docs/api/llm.rst"},{"content":null,"file":"pythainlp/llm/__init__.py"},{"co(...TRUNCATED)
2252dee57bd7be9503242fa734bf0abc48c5ddf1
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
conan-io__conan-17518
17,518
conan-io/conan
2.12
003e2cfb746dbc83370758c192edacebd761472b
2024-12-22T20:51:16Z
"diff --git a/conan/cli/commands/profile.py b/conan/cli/commands/profile.py\nindex c188d9c002d..1645(...TRUNCATED)
"diff --git a/test/functional/test_profile_detect_api.py b/test/functional/test_profile_detect_api.p(...TRUNCATED)
[{"components":[{"doc":"","lines":[12,18],"name":"_print_profiles","signature":"def _print_profiles((...TRUNCATED)
["test/functional/test_profile_detect_api.py::TestProfileDetectAPI::test_profile_detect_libc","test/(...TRUNCATED)
["test/functional/test_profile_detect_api.py::test_profile_show_aggregate_usecase[json-None]","test/(...TRUNCATED)
"<request>\nMake profile show useful to aggregate profiles\nChangelog: Feature: `conan profile show`(...TRUNCATED)
[{"content":"<p align=\"center\">\n <a href=\"https://gmago-leway.github.io/fea-bench.github.io/\">(...TRUNCATED)
[{"content":"import json\nimport os\n\nfrom conan.api.output import ConanOutput, cli_out_write\nfrom(...TRUNCATED)
003e2cfb746dbc83370758c192edacebd761472b
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
tobymao__sqlglot-4537
4,537
tobymao/sqlglot
null
6992c1855f343a5d0120a3b4c993d8c406dd29ba
2024-12-19T12:43:38Z
"diff --git a/sqlglot/dialects/tsql.py b/sqlglot/dialects/tsql.py\nindex 1acc5ca8a7..7aa7a0e22b 1006(...TRUNCATED)
"diff --git a/tests/dialects/test_tsql.py b/tests/dialects/test_tsql.py\nindex e8cd69648b..4c61780d7(...TRUNCATED)
[]
[ "tests/dialects/test_tsql.py::TestTSQL::test_datetrunc" ]
["tests/dialects/test_tsql.py::TestTSQL::test_add_date","tests/dialects/test_tsql.py::TestTSQL::test(...TRUNCATED)
"<request>\nfeat(tsql): add support for DATETRUNC #4531\nFixes [https://github.com/tobymao/sqlglot/i(...TRUNCATED)
[{"content":"<p align=\"center\">\n <a href=\"https://gmago-leway.github.io/fea-bench.github.io/\">(...TRUNCATED)
[{"content":"from __future__ import annotations\n\nimport datetime\nimport re\nimport typing as t\nf(...TRUNCATED)
ceb42fabad60312699e4b15936aeebac00e22e4d
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
astronomer__astronomer-cosmos-1404
1,404
astronomer/astronomer-cosmos
null
c5edba07d2265d5185eaba149a639e8a0740e498
2024-12-18T11:35:17Z
"diff --git a/cosmos/profiles/__init__.py b/cosmos/profiles/__init__.py\nindex 00b934881..06601e59a (...TRUNCATED)
"diff --git a/tests/profiles/oracle/test_oracle_user_pass.py b/tests/profiles/oracle/test_oracle_use(...TRUNCATED)
"diff --git a/pyproject.toml b/pyproject.toml\nindex cad6c3896..ee5503510 100644\n--- a/pyproject.to(...TRUNCATED)
[{"components":[{"doc":"Maps Airflow Oracle connections using user + password authentication to dbt (...TRUNCATED)
["tests/profiles/oracle/test_oracle_user_pass.py::test_connection_claiming","tests/profiles/oracle/t(...TRUNCATED)
[]
"<request>\nAdd Oracle Profile mapping\nThis PR adds the ability to map Oracle connections from Airf(...TRUNCATED)
[]
[{"content":"\"\"\"Contains a function to get the profile mapping based on the connection ID.\"\"\"\(...TRUNCATED)
c5edba07d2265d5185eaba149a639e8a0740e498
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
googleapis__python-aiplatform-4791
4,791
googleapis/python-aiplatform
null
67358fa6a830eb842f6b52d09061af4a41b54af6
2024-12-16T23:23:33Z
"diff --git a/vertexai/resources/preview/feature_store/feature_online_store.py b/vertexai/resources/(...TRUNCATED)
"diff --git a/tests/unit/vertexai/conftest.py b/tests/unit/vertexai/conftest.py\nindex 7d5bb4af45..f(...TRUNCATED)
[{"components":[{"doc":"Lists feature views under this feature online store.\n\nArgs:\n project:\(...TRUNCATED)
[ "tests/unit/vertexai/test_feature_online_store.py::test_list_feature_views" ]
["tests/unit/vertexai/test_feature_online_store.py::test_init[my_fos1]","tests/unit/vertexai/test_fe(...TRUNCATED)
"<request>\nchore: add `list_feature_views()` in feature views\nchore: add `list_feature_views()` in(...TRUNCATED)
[]
[{"content":"# -*- coding: utf-8 -*-\n\n# Copyright 2024 Google LLC\n#\n# Licensed under the Apache (...TRUNCATED)
67358fa6a830eb842f6b52d09061af4a41b54af6
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
tortoise__tortoise-orm-1809
1,809
tortoise/tortoise-orm
null
e5cadb5fa687631935c4cd3d2447964a13ba1b7d
2024-12-12T14:58:10Z
"diff --git a/pyproject.toml b/pyproject.toml\nindex 130151eef..ccb882b44 100644\n--- a/pyproject.to(...TRUNCATED)
"diff --git a/tests/fields/test_db_index.py b/tests/fields/test_db_index.py\nindex 973913a4a..58edc6(...TRUNCATED)
"diff --git a/pyproject.toml b/pyproject.toml\nindex 130151eef..ccb882b44 100644\n--- a/pyproject.to(...TRUNCATED)
[{"components":[{"doc":"","lines":[62,63],"name":"Index.__hash__","signature":"def __hash__(self) ->(...TRUNCATED)
["tests/fields/test_db_index.py::TestIndexHashEqual::test_index_eq","tests/fields/test_db_index.py::(...TRUNCATED)
["tests/fields/test_db_index.py::TestIndexAlias::test_index_alias","tests/fields/test_db_index.py::T(...TRUNCATED)
"<request>\nfeat: add `__hash__` and `__eq__` to Index\n<!--- Provide a general summary of your chan(...TRUNCATED)
[]
[{"content":"[tool.poetry]\nname = \"tortoise-orm\"\nversion = \"0.22.2\"\ndescription = \"Easy asyn(...TRUNCATED)
f0f389d906f2a3fab4191160de2fda2c95c70ac5
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
tobymao__sqlglot-4509
4,509
tobymao/sqlglot
null
946cd4234a2ca403785b7c6a026a39ef604e8754
2024-12-12T07:06:32Z
"diff --git a/sqlglot/dialects/starrocks.py b/sqlglot/dialects/starrocks.py\nindex a30e492bdd..d3f74(...TRUNCATED)
"diff --git a/tests/dialects/test_starrocks.py b/tests/dialects/test_starrocks.py\nindex bf7248559a.(...TRUNCATED)
[]
[ "tests/dialects/test_starrocks.py::TestStarrocks::test_ddl" ]
["tests/dialects/test_starrocks.py::TestStarrocks::test_identity","tests/dialects/test_starrocks.py:(...TRUNCATED)
<request> feat(starrocks): add partition by range and unique key {} ---------- </request>
[{"content":"<p align=\"center\">\n <a href=\"https://gmago-leway.github.io/fea-bench.github.io/\">(...TRUNCATED)
[{"content":"from __future__ import annotations\n\nimport typing as t\n\nfrom sqlglot import exp, tr(...TRUNCATED)
ceb42fabad60312699e4b15936aeebac00e22e4d
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
"You will be provided with a partial code base and an feature request which requires a new feature t(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
9