Repository Analysis

apache/arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics

17.2 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of apache/arrow, a C++ project with 16,929 GitHub stars. SynthScan v2.0 examined 651,624 lines of code across 3108 source files, recording 8228 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 17.2 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

17.2
Adjusted Score
17.2
Raw Score
100%
Time Factor
2026-07-14
Last Push
16.9K
Stars
C++
Language
651.6K
Lines of Code
3.1K
Files
8.2K
Pattern Hits
2026-07-14
Scan Date
0.34
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 4HIGH 1059MEDIUM 153LOW 7012

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 8228 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Cross-Language Confusion1059 hits · 4546 pts
SeverityFileLineSnippetContext
HIGH…examples/parquet_encryption/sample_vault_kms_client.py140 assert table.equals(result_table)CODE
HIGHpython/scripts/run_emscripten_tests.py56 window.python_done_callback = undefined;CODE
HIGHpython/scripts/run_emscripten_tests.py62 window.python_done_callback = undefined;CODE
HIGHpython/scripts/run_emscripten_tests.py67 evt.data.print.forEach((x)=>{window.python_logs.push(x)});CODE
HIGHpython/pyarrow/_compute_docstrings.py40 null,CODE
HIGHpython/pyarrow/__init__.py154from pyarrow.lib import (null, bool_,CODE
HIGHpython/pyarrow/feather.py82 if not self.schema.equals(table.schema):CODE
HIGHpython/pyarrow/compute.py502 null,CODE
HIGHpython/pyarrow/tests/test_tensor.py114 assert result.equals(tensor)CODE
HIGHpython/pyarrow/tests/test_tensor.py130 assert result.equals(tensor)CODE
HIGHpython/pyarrow/tests/test_tensor.py150 assert result.equals(tensor)CODE
HIGHpython/pyarrow/tests/test_tensor.py155 assert a.equals(b)CODE
HIGHpython/pyarrow/tests/test_tensor.py160 assert not a.equals(b)CODE
HIGHpython/pyarrow/tests/test_ipc.py410 assert reader.schema.equals(batches[0].schema)CODE
HIGHpython/pyarrow/tests/test_ipc.py414 assert next_batch.equals(batches[i])CODE
HIGHpython/pyarrow/tests/test_ipc.py521 assert reader.schema.equals(batches[0].schema)CODE
HIGHpython/pyarrow/tests/test_ipc.py525 assert next_batch.equals(batches[i])CODE
HIGHpython/pyarrow/tests/test_ipc.py770 assert msg.equals(restored)CODE
HIGHpython/pyarrow/tests/test_ipc.py771 assert msg.equals(restored2)CODE
HIGHpython/pyarrow/tests/test_ipc.py772 assert msg.equals(restored3)CODE
HIGHpython/pyarrow/tests/test_ipc.py773 assert msg.equals(restored4)CODE
HIGHpython/pyarrow/tests/test_ipc.py807 assert result.equals(message)CODE
HIGHpython/pyarrow/tests/test_ipc.py813 assert schema.equals(batches[1].schema)CODE
HIGHpython/pyarrow/tests/test_ipc.py821 assert read_batch.equals(batch)CODE
HIGHpython/pyarrow/tests/test_ipc.py928 assert result.equals(expected)CODE
HIGHpython/pyarrow/tests/test_ipc.py1022 assert result.schema.equals(table.schema)CODE
HIGHpython/pyarrow/tests/test_ipc.py103 assert reader.schema.equals(batches[0].schema)CODE
HIGHpython/pyarrow/tests/test_ipc.py189 assert result.equals(expected)CODE
HIGHpython/pyarrow/tests/test_ipc.py205 assert result1.equals(result2)CODE
HIGHpython/pyarrow/tests/test_ipc.py206 assert result1.equals(result3)CODE
HIGHpython/pyarrow/tests/test_ipc.py238 assert t1.equals(t2)CODE
HIGHpython/pyarrow/tests/test_ipc.py297 assert result1.equals(result2)CODE
HIGHpython/pyarrow/tests/test_ipc.py298 assert result1.equals(result3)CODE
HIGHpython/pyarrow/tests/test_ipc.py711 assert result.equals(expected)CODE
HIGHpython/pyarrow/tests/test_ipc.py915 assert reader_schema.equals(writer_batches[0].schema)CODE
HIGHpython/pyarrow/tests/test_ipc.py1121 assert recons_batch.equals(batch)CODE
HIGHpython/pyarrow/tests/test_ipc.py1136 assert recons_schema.equals(schema)CODE
HIGHpython/pyarrow/tests/test_ipc.py1165 assert table.schema.equals(schema)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py90 assert arr1.equals(arr2)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py96 assert arr1.equals(arr2)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py102 assert arr1.equals(arr2)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py108 assert arr1.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py111 assert arr1.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py117 assert arr1.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py120 assert arr1.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py196 assert arr1.equals(arr2)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py204 assert arr1.equals(arr2)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py452 assert arr.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py458 assert arr.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py469 assert arr.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py472 assert arr_inferred.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py546 assert arr.equals(arr2)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py554 assert arr3.equals(arr4)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py728 assert arr.type.equals(ty)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py744 assert arr.type.equals(ty)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py756 assert arr.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py770 assert arr.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py775 assert arr2.equals(expected2)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py805 assert arr.equals(expected)CODE
HIGHpython/pyarrow/tests/test_convert_builtin.py810 assert arr.equals(expected)CODE
999 more matches not shown…
Over-Commented Block4467 hits · 4394 pts
SeverityFileLineSnippetContext
LOW.asf.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW.pre-commit-config.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW.hadolint.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWcompose.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWcompose.yaml21# The docker compose file is parametrized using environment variables, theCOMMENT
LOWcompose.yaml41# $ sudo sysctl -w kernel.core_pattern=/tmp/core.%e.%pCOMMENT
LOWcompose.yaml81 - github_repository_ownerCOMMENT
LOWcompose.yaml101x-with-gpus:COMMENT
LOWcompose.yaml781 command: *cpp-commandCOMMENT
LOWcompose.yaml1461 volumes: *python-wheel-windows-vs2022-volumesCOMMENT
LOWcmake-format.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWcmake-format.py21COMMENT
LOWcmake-format.py61COMMENT
LOW.rubocop.yml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWCPPLINT.cfg1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/CMakeLists.txt1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/CMakeLists.txt1041#COMMENT
LOWpython/CMakeLists.txt1061# if(PYARROW_REQUIRE_STUB_DOCSTRINGS)COMMENT
LOWpython/pyproject.toml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/setup.cfg1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/_build_backend/__init__.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…examples/parquet_encryption/sample_vault_kms_client.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/examples/minimal_build/compose.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/examples/minimal_build/build_venv.sh1#!/usr/bin/env bashCOMMENT
LOWpython/examples/minimal_build/build_conda.sh1#!/usr/bin/env bashCOMMENT
LOWpython/examples/dataset/write_dataset_encrypted.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/examples/flight/server.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/examples/flight/client.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/examples/flight/middleware.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/benchmarks/array_ops.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/benchmarks/convert_builtins.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/benchmarks/parquet.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/benchmarks/io.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/benchmarks/__init__.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/benchmarks/microbenchmarks.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/benchmarks/convert_pandas.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/benchmarks/common.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/benchmarks/streaming.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/scripts/update_stub_docstrings.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/scripts/test_imports.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/scripts/test_leak.py1#!/usr/bin/env pythonCOMMENT
LOWpython/scripts/run_emscripten_tests.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/orc.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/conftest.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/benchmark.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/_compute_docstrings.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/ipc.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/util.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/flight.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/cffi.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/substrait.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/__init__.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/types.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/dataset.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/cuda.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/feather.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/pandas_compat.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/fs.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/acero.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpython/pyarrow/csv.py1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
4407 more matches not shown…
Hyper-Verbose Identifiers1768 hits · 1215 pts
SeverityFileLineSnippetContext
LOW…examples/parquet_encryption/sample_vault_kms_client.py86def parquet_write_read_with_vault(parquet_filename):CODE
LOWpython/benchmarks/parquet.py47 def time_write_binary_table_uncompressed(self):CODE
LOWpython/benchmarks/parquet.py51 def time_write_binary_table_no_dictionary(self):CODE
LOWpython/benchmarks/parquet.py55 def time_convert_pandas_and_write_binary_table(self):CODE
LOWpython/benchmarks/common.py180 def _generate_varying_sequences(self, random_factory, n, min_size,CODE
LOWpython/benchmarks/common.py202 def generate_fixed_binary_list(self, n, size, none_prob=DEFAULT_NONE_PROB):CODE
LOWpython/benchmarks/common.py209 def generate_varying_binary_list(self, n, min_size, max_size,CODE
LOWpython/benchmarks/common.py218 def generate_ascii_string_list(self, n, min_size, max_size,CODE
LOWpython/benchmarks/common.py227 def generate_unicode_string_list(self, n, min_size, max_size,CODE
LOWpython/scripts/update_stub_docstrings.py221def _create_importable_pyarrow(pyarrow_pkg, source_dir, install_pyarrow_dir):CODE
LOWpython/pyarrow/ipc.py130def _get_legacy_format_default(options):CODE
LOWpython/pyarrow/ipc.py145def _ensure_default_ipc_read_options(options):CODE
LOWpython/pyarrow/util.py210def _break_traceback_cycle_from_frame(frame):CODE
LOWpython/pyarrow/util.py250def download_tzdata_on_windows():CODE
LOWpython/pyarrow/__init__.py315def _get_pkg_config_executable():CODE
LOWpython/pyarrow/__init__.py328def _read_pkg_config_variable(pkgname, cli_args):CODE
LOWpython/pyarrow/dataset.py816def _ensure_write_partitioning(part, schema, flavor):CODE
LOWpython/pyarrow/pandas_compat.py92def get_numpy_logical_type_map():CODE
LOWpython/pyarrow/pandas_compat.py114def get_logical_type_from_numpy(pandas_collection):CODE
LOWpython/pyarrow/pandas_compat.py306def _get_simple_index_descriptor(level, name):CODE
LOWpython/pyarrow/pandas_compat.py455def _get_columns_to_convert_given_schema(df, schema, preserve_index):CODE
LOWpython/pyarrow/pandas_compat.py539def _get_range_index_descriptor(level):CODE
LOWpython/pyarrow/pandas_compat.py555def _resolve_columns_of_interest(df, schema, columns):CODE
LOWpython/pyarrow/pandas_compat.py650 def _can_definitely_zero_copy(arr):CODE
LOWpython/pyarrow/pandas_compat.py952def _check_data_column_metadata_consistency(all_columns):CODE
LOWpython/pyarrow/pandas_compat.py963def _deserialize_column_index(block_table, all_columns, column_indexes):CODE
LOWpython/pyarrow/pandas_compat.py1068def _backwards_compatible_index_name(raw_name, logical_name):CODE
LOWpython/pyarrow/pandas_compat.py1097def get_pandas_logical_type_map():CODE
LOWpython/pyarrow/pandas_compat.py1116def _pandas_type_to_numpy_type(pandas_type):CODE
LOWpython/pyarrow/pandas_compat.py1139def _reconstruct_columns_from_metadata(columns, column_indexes):CODE
LOWpython/pyarrow/fs.py130def _resolve_filesystem_and_path(path, filesystem=None, *, memory_map=False):CODE
LOWpython/pyarrow/compute.py122def _scrape_options_class_doc(options_class):CODE
LOWpython/pyarrow/compute.py129def _decorate_compute_function(wrapper, exposed_name, func, options_class):CODE
LOWpython/pyarrow/tests/test_tensor.py87def test_tensor_numpy_roundtrip(dtype_str, arrow_type):CODE
LOWpython/pyarrow/tests/test_tensor.py102def test_tensor_ipc_roundtrip(tmpdir):CODE
LOWpython/pyarrow/tests/test_tensor.py118def test_tensor_ipc_read_from_compressed(tempdir):CODE
LOWpython/pyarrow/tests/test_ipc.py405def test_stream_simple_roundtrip(stream_fixture):CODE
LOWpython/pyarrow/tests/test_ipc.py424def test_compression_roundtrip():CODE
LOWpython/pyarrow/tests/test_ipc.py511def test_stream_options_roundtrip(stream_fixture, options):CODE
LOWpython/pyarrow/tests/test_ipc.py782def test_message_repr_shows_actual_values(example_messages):CODE
LOWpython/pyarrow/tests/test_ipc.py816def test_message_read_record_batch(example_messages):CODE
LOWpython/pyarrow/tests/test_ipc.py824def test_read_record_batch_on_stream_error_message():CODE
LOWpython/pyarrow/tests/test_ipc.py935def test_ipc_file_stream_has_eos():CODE
LOWpython/pyarrow/tests/test_ipc.py1027def test_get_record_batch_size():CODE
LOWpython/pyarrow/tests/test_ipc.py1037def _check_serialize_pandas_round_trip(df, use_threads=False):CODE
LOWpython/pyarrow/tests/test_ipc.py1044def test_pandas_serialize_round_trip():CODE
LOWpython/pyarrow/tests/test_ipc.py1081def test_serialize_pandas_empty_dataframe():CODE
LOWpython/pyarrow/tests/test_ipc.py1087def test_pandas_serialize_round_trip_not_string_columns():CODE
LOWpython/pyarrow/tests/test_ipc.py1095def test_serialize_pandas_no_preserve_index():CODE
LOWpython/pyarrow/tests/test_ipc.py167def test_file_simple_roundtrip(file_fixture):CODE
LOWpython/pyarrow/tests/test_ipc.py192def test_open_file_from_buffer(file_fixture):CODE
LOWpython/pyarrow/tests/test_ipc.py249def test_read_year_month_nano_interval(tmpdir):CODE
LOWpython/pyarrow/tests/test_ipc.py268def test_stream_categorical_roundtrip(stream_fixture):CODE
LOWpython/pyarrow/tests/test_ipc.py284def test_open_stream_from_buffer(stream_fixture):CODE
LOWpython/pyarrow/tests/test_ipc.py327def test_open_stream_with_wrong_options(stream_fixture):CODE
LOWpython/pyarrow/tests/test_ipc.py352def test_open_file_with_wrong_options(file_fixture):CODE
LOWpython/pyarrow/tests/test_ipc.py361def test_stream_write_dispatch(stream_fixture):CODE
LOWpython/pyarrow/tests/test_ipc.py382def test_stream_write_table_batches(stream_fixture):CODE
LOWpython/pyarrow/tests/test_ipc.py568def test_read_options_included_fields(stream_fixture):CODE
LOWpython/pyarrow/tests/test_ipc.py668def test_envvar_set_legacy_ipc_format():CODE
1708 more matches not shown…
Unused Imports563 hits · 376 pts
SeverityFileLineSnippetContext
LOWpython/_build_backend/__init__.py40CODE
LOWpython/scripts/test_imports.py18CODE
LOWpython/pyarrow/conftest.py112CODE
LOWpython/pyarrow/conftest.py127CODE
LOWpython/pyarrow/conftest.py133CODE
LOWpython/pyarrow/conftest.py139CODE
LOWpython/pyarrow/conftest.py151CODE
LOWpython/pyarrow/conftest.py157CODE
LOWpython/pyarrow/conftest.py163CODE
LOWpython/pyarrow/conftest.py169CODE
LOWpython/pyarrow/conftest.py175CODE
LOWpython/pyarrow/conftest.py181CODE
LOWpython/pyarrow/conftest.py187CODE
LOWpython/pyarrow/conftest.py193CODE
LOWpython/pyarrow/conftest.py199CODE
LOWpython/pyarrow/conftest.py205CODE
LOWpython/pyarrow/conftest.py121CODE
LOWpython/pyarrow/conftest.py215CODE
LOWpython/pyarrow/conftest.py248CODE
LOWpython/pyarrow/benchmark.py21CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/ipc.py24CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
LOWpython/pyarrow/flight.py19CODE
503 more matches not shown…
Decorative Section Separators78 hits · 195 pts
SeverityFileLineSnippetContext
MEDIUMcmake-format.py22# -----------------------------COMMENT
MEDIUMcmake-format.py24# -----------------------------COMMENT
MEDIUMcmake-format.py62# ------------------------------------------------COMMENT
MEDIUMcmake-format.py64# ------------------------------------------------COMMENT
MEDIUMpython/examples/minimal_build/build_venv.sh21#----------------------------------------------------------------------COMMENT
MEDIUMpython/examples/minimal_build/build_venv.sh40#----------------------------------------------------------------------COMMENT
MEDIUMpython/examples/minimal_build/build_venv.sh62#----------------------------------------------------------------------COMMENT
MEDIUMpython/examples/minimal_build/build_conda.sh21#----------------------------------------------------------------------COMMENT
MEDIUMpython/examples/minimal_build/build_conda.sh33#----------------------------------------------------------------------COMMENT
MEDIUMpython/examples/minimal_build/build_conda.sh62#----------------------------------------------------------------------COMMENT
MEDIUMpython/examples/minimal_build/build_conda.sh69#----------------------------------------------------------------------COMMENT
MEDIUMpython/examples/minimal_build/build_conda.sh90#----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/__init__.py287# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/__init__.py298# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/pandas_compat.py719# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/pandas_compat.py1288# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/acero.py18# ---------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_ipc.py931# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_ipc.py837# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_io.py73# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_io.py1524# ----------------------------------------------------------------------STRING
MEDIUMpython/pyarrow/tests/test_io.py380# ----------------------------------------------------------------------STRING
MEDIUMpython/pyarrow/tests/test_io.py1031# ----------------------------------------------------------------------STRING
MEDIUMpython/pyarrow/tests/test_io.py1069# ----------------------------------------------------------------------STRING
MEDIUMpython/pyarrow/tests/test_io.py1597# ----------------------------------------------------------------------STRING
MEDIUMpython/pyarrow/tests/test_io.py1820# ----------------------------------------------------------------------STRING
MEDIUMpython/pyarrow/tests/test_io.py1898# ----------------------------------------------------------------------STRING
MEDIUMpython/pyarrow/tests/test_pandas.py3390# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py3401# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py4018# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py4424# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py5166 # ------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py5179 # ------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py5217 # ------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py5222 # ------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py1745# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py3491# ---------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py3762# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py3811# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py3848# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py3997# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py4130# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py4346# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/test_pandas.py4679# ----------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/parquet/test_data_types.py56# -----------------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/parquet/test_data_types.py113# -----------------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/parquet/test_data_types.py208# -----------------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/parquet/test_data_types.py252# -----------------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/parquet/test_data_types.py401# -----------------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/tests/parquet/test_data_types.py434# -----------------------------------------------------------------------------COMMENT
MEDIUMpython/pyarrow/parquet/core.py204# ----------------------------------------------------------------------STRING
MEDIUMcpp/CMakeLists.txt225# ----------------------------------------------------------------------COMMENT
MEDIUMcpp/src/arrow/CMakeLists.txt154# ----------------------------------------------------------------------COMMENT
MEDIUMcpp/src/arrow/io/CMakeLists.txt18# ----------------------------------------------------------------------COMMENT
MEDIUMcpp/src/arrow/compute/kernels/CMakeLists.txt20# ----------------------------------------------------------------------COMMENT
MEDIUMcpp/src/arrow/compute/kernels/CMakeLists.txt39# ----------------------------------------------------------------------COMMENT
MEDIUMcpp/src/arrow/compute/kernels/CMakeLists.txt100# ----------------------------------------------------------------------COMMENT
MEDIUMcpp/src/arrow/compute/kernels/CMakeLists.txt146# ----------------------------------------------------------------------COMMENT
MEDIUMcpp/src/arrow/compute/kernels/CMakeLists.txt159# ----------------------------------------------------------------------COMMENT
MEDIUMcpp/src/parquet/CMakeLists.txt115# ----------------------------------------------------------------------COMMENT
18 more matches not shown…
Self-Referential Comments56 hits · 164 pts
SeverityFileLineSnippetContext
MEDIUMpython/pyarrow/dataset.py829 # Create a partitioning factory with those field names.COMMENT
MEDIUMpython/pyarrow/tests/arrow_39313.py18# This file is called from a test in test_pandas.py.COMMENT
MEDIUMpython/pyarrow/tests/arrow_16597.py18# This file is called from a test in test_flight.py.COMMENT
MEDIUMpython/pyarrow/tests/test_gandiva.py333 # Create a table with some sample dataCOMMENT
MEDIUMpython/pyarrow/tests/strategies.py472# Define the same rules as above for pandas tests by excluding certain typesCOMMENT
MEDIUMpython/pyarrow/tests/arrow_7980.py18# This file is called from a test in test_schema.py.COMMENT
MEDIUMpython/pyarrow/tests/util.py412 # Create a limited user with a specific policy ...COMMENT
MEDIUMpython/pyarrow/tests/util.py422 # Create a protected bucket for testing no-delete-bucket policyCOMMENT
MEDIUMpython/pyarrow/tests/test_jvm.py59 # Create a Java bufferCOMMENT
MEDIUMpython/pyarrow/tests/test_fs.py554 # Create a file in the protected bucket then try to delete itCOMMENT
MEDIUMpython/pyarrow/tests/pandas_threaded_import.py18# This file is called from a test in test_pandas.py.COMMENT
MEDIUMpython/pyarrow/tests/test_dataset.py3879 # Create a dataset where f1 is incrementing from 0 to 100 spread acrossSTRING
MEDIUMpython/pyarrow/tests/test_cuda.py147 # Creating a device buffer from another device buffer, view:COMMENT
MEDIUMpython/pyarrow/tests/test_cuda.py160 # Creating a device buffer from another device buffer, copy:COMMENT
MEDIUMpython/pyarrow/tests/test_cuda.py181 # Creating a device buffer from a slice of host bufferCOMMENT
MEDIUMpython/pyarrow/tests/test_cuda.py196 # Creating a device buffer from a slice of an arrayCOMMENT
MEDIUMpython/pyarrow/tests/test_cuda.py207 # Creating a device buffer from a slice of bytesCOMMENT
MEDIUMpython/pyarrow/tests/test_cuda.py215 # Creating a device buffer from sizeCOMMENT
MEDIUMpython/pyarrow/tests/test_cuda.py366 # Create a buffer in host containing range(size)COMMENT
MEDIUMpython/pyarrow/tests/test_cuda.py378 # Create a device buffer of the same size and copy from hostCOMMENT
MEDIUMpython/pyarrow/tests/test_feather.py461 # Create a nan that is not numpy.nanCOMMENT
MEDIUMpython/pyarrow/tests/read_record_batch.py18# This file is called from a test in test_ipc.py.COMMENT
MEDIUMpython/pyarrow/tests/parquet/test_basic.py228 # Create a non-empty table to infer the types correctly, then slice to 0COMMENT
MEDIUMpython/pyarrow/interchange/dataframe.py212 # Create an iterator of RecordBatchesCOMMENT
MEDIUMpython/pyarrow/interchange/column.py497 # Define the dtype of the returned bufferCOMMENT
MEDIUMpython/pyarrow/interchange/column.py523 # Define the dtype of the returned bufferCOMMENT
MEDIUMpython/pyarrow/vendored/version.py4# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUMpython/pyarrow/vendored/docscrape.py4# This file is licensed under the BSD License. See the LICENSE.txt fileCOMMENT
MEDIUMci/scripts/rust_build.sh26# This file is used to build the rust binaries needed for the archeryCOMMENT
MEDIUMci/scripts/nanoarrow_build.sh26# This file is used to build the nanoarrow binaries needed for the archeryCOMMENT
MEDIUMr/tools/nixlibs.R830 # Create a new env_var_list, with the values of turn_off set.COMMENT
MEDIUMr/R/arrow-datum.R358 # Create a new array that encodes missing values as 1 and non-missing valuesCOMMENT
MEDIUMr/R/dplyr-datetime-helpers.R506# This function handles round/ceil/floor when unit is week. The fn argumentCOMMENT
MEDIUMr/R/dplyr-eval.R251# Create a data mask for evaluating a dplyr expressionCOMMENT
MEDIUMr/R/dplyr-mutate.R49 # Create a mask with aggregation functions in itCOMMENT
MEDIUMr/R/dplyr-mutate.R163# This function is a copy of dplyr:::check_transmute_args atCOMMENT
MEDIUMr/R/metadata.R91 # This function is used both when saving and loading metadata.COMMENT
MEDIUMr/R/schema.R252#' # Create a schema using a list of pairs of field names and data typesCOMMENT
MEDIUMr/R/dataset.R156#' # Create a temporary directory and write example datasetCOMMENT
MEDIUMr/R/extension.R301#' # Create the R6 type whose methods control how Array objects areCOMMENT
MEDIUMr/R/extension.R338#' # Create a helper type constructor that calls new_extension_type()COMMENT
MEDIUMr/R/extension.R348#' # Create a helper array constructor that calls new_extension_array()COMMENT
MEDIUMr/R/dplyr-funcs-type.R104 # Create a data frame/tibble/struct columnCOMMENT
MEDIUMr/R/udf.R104 # Create a small wrapper function that is easier to call from C++.COMMENT
MEDIUMr/R/dplyr-select.R50 # Create a mask for evaluating expressions in tidyselect helpersCOMMENT
MEDIUMr/R/dplyr-glimpse.R20 # This function is inspired by pillar:::glimpse.tbl(), with some adaptationsCOMMENT
MEDIUMr/data-raw/codegen.R18# This file is used to generate code in the filesCOMMENT
MEDIUMdocs/source/conf.py20# This file is execfile()d with the current directory set to itsCOMMENT
MEDIUMcpp/build-support/asan_symbolize.py6# This file is distributed under the University of Illinois Open SourceCOMMENT
MEDIUMcpp/src/arrow/acero/hash_join_graphs.py172 # Create a graph per lowest-cardinality argCOMMENT
MEDIUMcpp/src/arrow/acero/hash_join_graphs.py173 # Create a line per second-lowest-cardinality argCOMMENT
MEDIUM…flight/sql/odbc/tests/dremio/set_up_dremio_instance.sh122# Create a new table by sending a SQL query.COMMENT
MEDIUMdev/release/post-01-tag.sh31# Create the release tag and trigger the Publish Release workflow.COMMENT
MEDIUMdev/release/verify-release-candidate.sh357 # Creating a separate conda environmentCOMMENT
MEDIUMdev/archery/archery/benchmark/compare.py19# Define a global regression threshold as 5%. This is purely subjective andCOMMENT
MEDIUMdev/archery/archery/crossbow/core.py719 # Create a Configuration object with necessary parametersCOMMENT
Deep Nesting93 hits · 76 pts
SeverityFileLineSnippetContext
LOWpython/benchmarks/microbenchmarks.py30CODE
LOWpython/benchmarks/common.py284CODE
LOWpython/scripts/update_stub_docstrings.py39CODE
LOWpython/scripts/update_stub_docstrings.py177CODE
LOWpython/pyarrow/conftest.py212CODE
LOWpython/pyarrow/util.py161CODE
LOWpython/pyarrow/__init__.py390CODE
LOWpython/pyarrow/dataset.py121CODE
LOWpython/pyarrow/dataset.py277CODE
LOWpython/pyarrow/dataset.py297CODE
LOWpython/pyarrow/dataset.py320CODE
LOWpython/pyarrow/dataset.py580CODE
LOWpython/pyarrow/dataset.py846CODE
LOWpython/pyarrow/pandas_compat.py75CODE
LOWpython/pyarrow/pandas_compat.py326CODE
LOWpython/pyarrow/pandas_compat.py455CODE
LOWpython/pyarrow/pandas_compat.py569CODE
LOWpython/pyarrow/pandas_compat.py604CODE
LOWpython/pyarrow/pandas_compat.py723CODE
LOWpython/pyarrow/pandas_compat.py869CODE
LOWpython/pyarrow/pandas_compat.py996CODE
LOWpython/pyarrow/pandas_compat.py1139CODE
LOWpython/pyarrow/pandas_compat.py1227CODE
LOWpython/pyarrow/fs.py85CODE
LOWpython/pyarrow/acero.py82CODE
LOWpython/pyarrow/jvm.py72CODE
LOWpython/pyarrow/jvm.py127CODE
LOWpython/pyarrow/jvm.py154CODE
LOWpython/pyarrow/jvm.py199CODE
LOWpython/pyarrow/compute.py129CODE
LOWpython/pyarrow/tests/strategies.py310CODE
LOWpython/pyarrow/tests/test_orc.py49CODE
LOWpython/pyarrow/tests/test_array.py3491CODE
LOWpython/pyarrow/tests/test_fs.py779CODE
LOWpython/pyarrow/tests/test_fs.py2188CODE
LOWpython/pyarrow/tests/test_fs.py66CODE
LOWpython/pyarrow/tests/test_dataset.py4344CODE
LOWpython/pyarrow/tests/test_pandas.py4134CODE
LOWpython/pyarrow/tests/test_pandas.py887CODE
LOWpython/pyarrow/tests/test_pandas.py2844CODE
LOWpython/pyarrow/tests/test_pandas.py2867CODE
LOWpython/pyarrow/tests/test_exec_plan.py103CODE
LOWpython/pyarrow/tests/test_flight.py2339CODE
LOWpython/pyarrow/tests/test_flight.py441CODE
LOWpython/pyarrow/tests/test_flight.py464CODE
LOWpython/pyarrow/tests/test_flight.py499CODE
LOWpython/pyarrow/tests/test_flight.py1302CODE
LOWpython/pyarrow/tests/test_json.py314CODE
LOWpython/pyarrow/tests/test_compute.py2421CODE
LOWpython/pyarrow/tests/test_compute.py2533CODE
LOWpython/pyarrow/tests/test_csv.py1563CODE
LOWpython/pyarrow/tests/parquet/test_parquet_writer.py129CODE
LOWpython/pyarrow/tests/parquet/test_data_types.py360CODE
LOWpython/pyarrow/tests/parquet/test_data_types.py414CODE
LOWpython/pyarrow/interchange/from_dataframe.py121CODE
LOWpython/pyarrow/interchange/from_dataframe.py425CODE
LOWpython/pyarrow/vendored/version.py240CODE
LOWpython/pyarrow/vendored/version.py441CODE
LOWpython/pyarrow/vendored/docscrape.py696CODE
LOWpython/pyarrow/vendored/docscrape.py288CODE
33 more matches not shown…
Example Usage Blocks48 hits · 56 pts
SeverityFileLineSnippetContext
LOWcompose.yaml224 # Usage:COMMENT
LOWcompose.yaml256 # Usage:COMMENT
LOWcompose.yaml275 # Usage:COMMENT
LOWcompose.yaml311 # Usage:COMMENT
LOWcompose.yaml349 # Usage:COMMENT
LOWcompose.yaml395 # Usage:COMMENT
LOWcompose.yaml432 # Usage:COMMENT
LOWcompose.yaml594 # Usage:COMMENT
LOWcompose.yaml648 # Usage:COMMENT
LOWcompose.yaml697 # Usage:COMMENT
LOWcompose.yaml731 # Usage:COMMENT
LOWcompose.yaml757 # Usage:COMMENT
LOWcompose.yaml786 # Usage:COMMENT
LOWcompose.yaml817 # Usage:COMMENT
LOWcompose.yaml846 # Usage:COMMENT
LOWcompose.yaml876 # Usage:COMMENT
LOWcompose.yaml908 # Usage:COMMENT
LOWcompose.yaml935 # Usage:COMMENT
LOWcompose.yaml966 # Usage:COMMENT
LOWcompose.yaml999 # Usage:COMMENT
LOWcompose.yaml1052 # Usage:COMMENT
LOWcompose.yaml1075 # Usage:COMMENT
LOWcompose.yaml1098 # Usage:COMMENT
LOWcompose.yaml1123 # Usage:COMMENT
LOWcompose.yaml1141 # Usage:COMMENT
LOWcompose.yaml1471 # Usage:COMMENT
LOWcompose.yaml1502 # Usage:COMMENT
LOWcompose.yaml1534 # Usage:COMMENT
LOWcompose.yaml1566 # Usage:COMMENT
LOWcompose.yaml1594 # Usage:COMMENT
LOWcompose.yaml1621 # Usage:COMMENT
LOWcompose.yaml1672 # Usage:COMMENT
LOWcompose.yaml1732 # Usage:COMMENT
LOWcompose.yaml1760 # Usage:COMMENT
LOWcompose.yaml1784 # Usage:COMMENT
LOWcompose.yaml1815 # Usage:COMMENT
LOWcompose.yaml1848 # Usage:COMMENT
LOWcompose.yaml1884 # Usage:COMMENT
LOWcompose.yaml1960 # Usage:COMMENT
LOWcompose.yaml2002 # Usage:COMMENT
LOWcompose.yaml2054 # Usage:COMMENT
LOWcompose.yaml2083 # Usage:COMMENT
LOWcpp/src/arrow/visit_array_inline.h41/// Example usage:COMMENT
LOWcpp/src/arrow/visit_scalar_inline.h44/// Example usage:COMMENT
LOWcpp/src/arrow/visit_type_inline.h41/// Example usage:COMMENT
LOWcpp/src/arrow/util/rows_to_batches.h82/// Example usage:COMMENT
LOWcpp/src/arrow/util/bpacking_simd_codegen.py20# Usage:COMMENT
LOWcpp/src/arrow/util/bpacking_scalar_codegen.py23# Usage:COMMENT
Hallucination Indicators4 hits · 55 pts
SeverityFileLineSnippetContext
CRITICAL…/matlab/+arrow/+array/+internal/+list/TableValidator.m20 VariableValidators arrow.array.internal.list.Validator = arrow.array.internal.list.Validator.empty(1, 0)CODE
CRITICALdev/archery/archery/integration/tester_java.py133 self.java_arrow.vector.util.Validator.compareSchemas(CODE
CRITICALdev/archery/archery/integration/tester_java.py137 self.java_arrow.vector.util.Validator.compareVectorSchemaRoot(CODE
CRITICALdev/archery/archery/integration/tester_java.py141 self.java_arrow.vector.util.Validator.compareDictionaryProviders(CODE
AI Slop Vocabulary17 hits · 44 pts
SeverityFileLineSnippetContext
LOWr/tests/testthat/test-dplyr-funcs-string.R675 # so here we can just call the functions directlyCOMMENT
LOWr/tests/testthat/helper-arrow.R39 # We know we're LANGUAGE=en because we just set it above.COMMENT
MEDIUMr/tests/testthat/test-dataset-dplyr.R325 # This one is more nuancedCOMMENT
LOWr/R/filesystem.R429 # from_uri needs a non-empty path, so just use a placeholder of /_COMMENT
MEDIUMr/R/dplyr-datetime-helpers.R378#' row-wise we can leverage this behaviour and introduce a condition. If `x` hasCOMMENT
LOWr/R/query-engine.R234 # just use it to take the random sliceCOMMENT
MEDIUMr/src/r_to_arrow.cpp1347// leverage concurrency. Maybe some refactoring needed.COMMENT
MEDIUM…arty/flatbuffers/include/flatbuffers/vector_downward.h41// Essentially, this supports 2 std::vectors in a single buffer.COMMENT
MEDIUMcpp/src/arrow/util/async_generator.h40// The methods in this file create, modify, and utilize AsyncGenerator which is anCOMMENT
MEDIUMcpp/src/arrow/io/interfaces.h360 /// For robust prefetching, use ReadAt() or ReadAsync().COMMENT
MEDIUMcpp/src/arrow/compute/expression.h194/// These transform bound expressions. Some transforms utilize a guarantee, which isCOMMENT
MEDIUMcpp/src/arrow/compute/exec.h89 /// \brief If true, then utilize multiple threads where relevant for functionCOMMENT
MEDIUMcpp/src/arrow/c/bridge.h479/// \param[in] handler the handler whose callbacks to utilize as data is availableCOMMENT
MEDIUMcpp/src/arrow/c/abi.h387 // wants to utilize it after this function returns, it must copy or move the contentsCOMMENT
MEDIUMdev/archery/archery/benchmark/runner.py279 # default repetitions is 5 for Java microbenchmark harnessCOMMENT
LOWdev/archery/archery/crossbow/core.py1039 # shortcut to avoid pattern validation and just set all artifactsCOMMENT
MEDIUM…t/lib/arrow-format/org/apache/arrow/flatbuf/feature.rb29 # to facilitate exchanging and comparing bitmaps for supportedCOMMENT
Excessive Try-Catch Wrapping35 hits · 37 pts
SeverityFileLineSnippetContext
MEDIUMpython/examples/flight/client.py74 print("Error calling action:", e)CODE
LOWpython/pyarrow/feather.py211 except Exception:CODE
LOWpython/pyarrow/pandas_compat.py284 except Exception as e:CODE
LOWpython/pyarrow/tests/conftest.py187 except Exception as err:CODE
LOWpython/pyarrow/tests/test_orc.py160 except Exception as e:CODE
LOWpython/pyarrow/tests/test_orc.py196 except Exception as e:CODE
LOWpython/pyarrow/tests/test_feather.py396 except Exception:CODE
LOWpython/pyarrow/tests/test_pandas.py2883 except Exception:CODE
LOWpython/pyarrow/tests/test_csv.py2117 except Exception as e:CODE
LOWpython/pyarrow/tests/parquet/test_basic.py785 except Exception as e:CODE
LOWpython/pyarrow/tests/parquet/conftest.py61 except Exception:CODE
LOWpython/pyarrow/tests/parquet/test_parquet_writer.py150 except Exception as e:CODE
LOWpython/pyarrow/tests/parquet/test_datetime.py442 except Exception:CODE
MEDIUMpython/pyarrow/parquet/core.py1884def read_table(source, *, columns=None, use_threads=True,CODE
LOWpython/pyarrow/parquet/core.py2056 except Exception:CODE
LOWcpp/gdb_arrow.py2405 except Exception:CODE
LOWcpp/gdb_arrow.py2416 except Exception:CODE
LOWcpp/gdb_arrow.py2430 except Exception:CODE
LOWcpp/build-support/asan_symbolize.py93 except Exception:CODE
LOWcpp/build-support/asan_symbolize.py130 except Exception:CODE
LOWcpp/src/arrow/util/bpacking_simd_codegen.py275 except Exception as e:CODE
LOWdev/merge_arrow_pr.py135 except Exception as e:CODE
LOWdev/merge_arrow_pr.py642 except Exception:CODE
LOWdev/archery/archery/bot.py292 except Exception as e:CODE
MEDIUMdev/archery/archery/bot.py251def handle(self, event, payload):CODE
LOWdev/archery/archery/docker/core.py245 except Exception as e:CODE
LOWdev/archery/archery/docker/core.py278 except Exception as e:CODE
LOWdev/archery/archery/crossbow/core.py1318 except Exception as e:CODE
LOWdev/archery/archery/integration/runner.py320 except Exception:CODE
LOWdev/archery/archery/integration/runner.py450 except Exception:CODE
LOWdev/archery/archery/integration/runner.py524 except Exception:CODE
LOWdev/archery/archery/integration/runner.py574 except Exception:CODE
LOWdev/archery/archery/utils/lint.py100 except Exception:CODE
LOWdev/archery/archery/lang/python.py180 except Exception as orig_error:CODE
LOWdev/archery/archery/lang/python.py183 except Exception:CODE
Slop Phrases6 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMr/tests/testthat/test-dplyr-mutate.R275 # As well as adding new variables, you can use mutate() toCOMMENT
MEDIUMr/R/dplyr-funcs-agg.R29# you can use list_compute_functions("^hash_")COMMENT
LOWr/R/install-arrow.R159#' make a source bundle with this function, make sure to set the first repo inCOMMENT
LOWr/R/install-arrow.R271 # make sure to suppress warnings and ignore the stderr so that this is silent where proc_translated doesn't existCOMMENT
LOWcpp/build-support/run-test.sh105 # So we make sure to detect this and exit 1.COMMENT
LOWformat/substrait/extension_types.yaml82# later to support these types, the consumer will need to make sure to continue supportingCOMMENT
AI Structural Patterns13 hits · 11 pts
SeverityFileLineSnippetContext
LOWpython/pyarrow/orc.py336CODE
LOWpython/pyarrow/orc.py239CODE
LOWpython/pyarrow/dataset.py846CODE
LOWpython/pyarrow/tests/parquet/encryption.py40CODE
LOWpython/pyarrow/interchange/from_dataframe.py194CODE
LOWpython/pyarrow/parquet/core.py1884CODE
LOWpython/pyarrow/parquet/core.py1996CODE
LOWpython/pyarrow/parquet/core.py2121CODE
LOWpython/pyarrow/parquet/core.py314CODE
LOWpython/pyarrow/parquet/core.py1063CODE
LOWpython/pyarrow/parquet/core.py1387CODE
LOWdev/archery/archery/integration/runner.py594CODE
LOWdev/archery/archery/lang/cpp.py39CODE
Redundant / Tautological Comments9 hits · 11 pts
SeverityFileLineSnippetContext
LOWpython/pyarrow/tests/test_array.py1274 # Check if offset in offsets > 0STRING
LOWpython/pyarrow/tests/parquet/test_basic.py610 # Check if both LZ4 compressors are workingCOMMENT
LOWpython/pyarrow/tests/parquet/test_basic.py946 # Read file and verify that the data is correctCOMMENT
LOWpython/pyarrow/tests/parquet/test_basic.py1008 # Read file and verify that the data is correctCOMMENT
LOWr/tools/nixlibs.R1072# Check if we're authorized to downloadCOMMENT
LOWr/R/array.R92#' # Check if value is null; zero-indexedCOMMENT
LOW…arrow/flight/sql/odbc/install/unix/install_odbc_ini.sh54# Check if [ODBC Data Sources] section existsCOMMENT
LOW…src/arrow/flight/sql/odbc/install/unix/install_odbc.sh69# Check if [ODBC Drivers] section existsCOMMENT
LOWdev/archery/archery/crossbow/cli.py604 # Check if reference is a remote reference to pointCOMMENT
TODO Padding4 hits · 6 pts
SeverityFileLineSnippetContext
LOWpython/pyarrow/tests/parquet/test_parquet_file.py352 # TODO: add tests for is_distinct_count_exact == None and TrueCOMMENT
LOWr/tests/testthat/test-compressed.R39 # TODO: implement $levelCOMMENT
LOWr/tests/testthat/test-compressed.R47 # TODO: implement $levelCOMMENT
LOWcpp/src/arrow/io/mman.h44 // TODO: implementCOMMENT
Fake / Example Data3 hits · 4 pts
SeverityFileLineSnippetContext
LOWpython/pyarrow/tests/test_schema.py272Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan velCODE
LOWpython/pyarrow/tests/test_schema.py272Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla accumsan velCODE
LOWpython/pyarrow/tests/test_scalars.py822 s['fake_key']CODE
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMpython/pyarrow/tests/test_csv.py1612 # scaffolding.COMMENT
Verbosity Indicators2 hits · 3 pts
SeverityFileLineSnippetContext
LOWr/R/arrow-tabular.R213 # We need to check if `i` is in names in case it is an active binding (e.g.COMMENT
LOW…rrow/flight/sql/odbc/odbc_impl/flight_sql_ssl_config.h46 /// \brief Tells if we need to check if the certificate is in the system trust store.COMMENT
Dead Code1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMpython/pyarrow/tests/test_udf.py76CODE
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWpython/pyarrow/vendored/version.py13__all__ = ["parse", "Version", "LegacyVersion",CODE