Apache Parquet Java
This report presents the forensic synthetic code analysis of apache/parquet-java, a Java project with 3,078 GitHub stars. SynthScan v2.0 examined 212,293 lines of code across 959 source files, recording 242 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 5.9 places this repository in the Low 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).
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.
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.
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.
The scanner identified 242 distinct pattern matches across 9 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL⚡ | …a/org/apache/parquet/avro/TestAvroRecordConverter.java | 147 | // MODEL$.addLogicalTypeConversion(new org.apache.avro.data.TimeConversions.TimestampMillisConversion()); | COMMENT |
| CRITICAL⚡ | …a/org/apache/parquet/avro/TestAvroRecordConverter.java | 148 | // MODEL$.addLogicalTypeConversion(new org.apache.avro.data.TimeConversions.TimeMillisConversion()); | COMMENT |
| CRITICAL⚡ | …a/org/apache/parquet/avro/TestAvroRecordConverter.java | 152 | new org.apache.avro.data.TimeConversions.DateConversion(), | CODE |
| CRITICAL⚡ | …a/org/apache/parquet/avro/TestAvroRecordConverter.java | 153 | new org.apache.avro.data.TimeConversions.TimeMillisConversion(), | CODE |
| CRITICAL⚡ | …a/org/apache/parquet/avro/TestAvroRecordConverter.java | 182 | // MODEL$.addLogicalTypeConversion(new org.apache.avro.data.TimeConversions.DateConversion()); | COMMENT |
| CRITICAL⚡ | …a/org/apache/parquet/avro/TestAvroRecordConverter.java | 183 | // MODEL$.addLogicalTypeConversion(new org.apache.avro.data.TimeConversions.TimestampMillisConversion()); | COMMENT |
| CRITICAL⚡ | …a/org/apache/parquet/avro/TestAvroRecordConverter.java | 184 | // MODEL$.addLogicalTypeConversion(new org.apache.avro.data.TimeConversions.TimeMillisConversion()); | COMMENT |
| CRITICAL⚡ | …a/org/apache/parquet/avro/TestAvroRecordConverter.java | 188 | new org.apache.avro.data.TimeConversions.TimestampMillisConversion(), null, null | CODE |
| CRITICAL | …t/java/org/apache/parquet/avro/TestStringBehavior.java | 163 | avroFile, new SpecificDatumReader<>(org.apache.parquet.avro.StringBehaviorTest.getClassSchema()))) { | CODE |
| CRITICAL | …t/java/org/apache/parquet/avro/TestStringBehavior.java | 339 | AvroReadSupport.setAvroReadSchema(conf, org.apache.parquet.avro.StringBehaviorTest.getClassSchema()); | CODE |
| CRITICAL | …/thrift/TestParquetToThriftReadWriteAndProjection.java | 295 | new RequiredListFixture(Arrays.asList(new org.apache.parquet.thrift.test.Name("first_name"))); | CODE |
| CRITICAL | …/thrift/TestParquetToThriftReadWriteAndProjection.java | 309 | Arrays.asList(new org.apache.parquet.thrift.test.Name("first_name")))); | CODE |
| CRITICAL | …quet/filter2/statisticslevel/TestStatisticsFilter.java | 111 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading( | CODE |
| CRITICAL | …quet/filter2/statisticslevel/TestStatisticsFilter.java | 116 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading( | CODE |
| CRITICAL | …quet/filter2/statisticslevel/TestStatisticsFilter.java | 410 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading( | CODE |
| CRITICAL | …quet/filter2/statisticslevel/TestStatisticsFilter.java | 778 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading( | CODE |
| CRITICAL | …quet/filter2/statisticslevel/TestStatisticsFilter.java | 833 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading(ieee754Type) | CODE |
| CRITICAL | …quet/filter2/statisticslevel/TestStatisticsFilter.java | 993 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading(FLOAT16_TYPE) | CODE |
| CRITICAL | …quet/filter2/statisticslevel/TestStatisticsFilter.java | 1024 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading(FLOAT16_TYPE) | CODE |
| CRITICAL | …quet/filter2/statisticslevel/TestStatisticsFilter.java | 1057 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading(FLOAT16_TYPE) | CODE |
| CRITICAL | …quet/filter2/dictionarylevel/DictionaryFilterTest.java | 753 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading(type) | CODE |
| CRITICAL | …a/org/apache/parquet/hadoop/TestParquetFileWriter.java | 148 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading( | CODE |
| CRITICAL | …a/org/apache/parquet/hadoop/TestParquetFileWriter.java | 819 | org.apache.parquet.format.converter.ParquetMetadataConverter.toParquetStatistics(parquetMRstats); | CODE |
| CRITICAL | …a/org/apache/parquet/hadoop/TestParquetFileWriter.java | 821 | (LongStatistics) org.apache.parquet.format.converter.ParquetMetadataConverter.fromParquetStatistics( | CODE |
| CRITICAL | …a/org/apache/parquet/hadoop/TestParquetFileWriter.java | 1087 | return org.apache.parquet.column.statistics.Statistics.getBuilderForReading(col.getPrimitiveType()) | CODE |
| CRITICAL | …a/org/apache/parquet/hadoop/TestParquetFileWriter.java | 1448 | org.apache.parquet.column.statistics.Statistics.createStats(C1.getPrimitiveType()); | CODE |
| CRITICAL | …a/org/apache/parquet/hadoop/TestParquetFileWriter.java | 1461 | org.apache.parquet.column.statistics.Statistics.createStats(C2.getPrimitiveType()); | CODE |
| CRITICAL | …he/parquet/hadoop/TestInputFormatColumnProjection.java | 109 | assumeThat(org.apache.hadoop.mapreduce.JobContext.class.isInterface()).isTrue(); | CODE |
| CRITICAL | …g/apache/parquet/hadoop/DeprecatedInputFormatTest.java | 123 | org.apache.hadoop.mapred.TextOutputFormat.setOutputPath(jobConf, outputPath); | CODE |
| CRITICAL | …g/apache/parquet/hadoop/DeprecatedInputFormatTest.java | 245 | org.apache.hadoop.mapred.FileInputFormat.setInputPaths(conf, new Path(inputDir.toURI())); | CODE |
| CRITICAL | …g/apache/parquet/hadoop/DeprecatedInputFormatTest.java | 246 | org.apache.hadoop.mapred.TextOutputFormat.setOutputPath(conf, new Path(outputDir.toURI())); | CODE |
| CRITICAL⚡ | …ache/parquet/hadoop/example/TestInputOutputFormat.java | 344 | Method getGroup = org.apache.hadoop.mapreduce.Counters.class.getMethod("getGroup", String.class); | CODE |
| CRITICAL⚡ | …ache/parquet/hadoop/example/TestInputOutputFormat.java | 346 | Method findCounter = org.apache.hadoop.mapreduce.CounterGroup.class.getMethod("findCounter", String.class); | CODE |
| CRITICAL⚡ | …ache/parquet/hadoop/example/TestInputOutputFormat.java | 348 | Method getValue = org.apache.hadoop.mapreduce.Counter.class.getMethod("getValue"); | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 548 | for (org.apache.parquet.column.Encoding encoding : org.apache.parquet.column.Encoding.values()) { | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 552 | for (org.apache.parquet.format.Encoding encoding : org.apache.parquet.format.Encoding.values()) { | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 729 | new org.apache.parquet.hadoop.metadata.FileMetaData( | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 756 | new org.apache.parquet.hadoop.metadata.FileMetaData( | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 834 | new HashSet<>(Arrays.asList(org.apache.parquet.column.Encoding.values())); | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 1424 | new org.apache.parquet.hadoop.metadata.FileMetaData(schema, new HashMap<String, String>(), null); | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 1492 | new org.apache.parquet.hadoop.metadata.FileMetaData(schema, new HashMap<String, String>(), null); | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 1937 | new org.apache.parquet.column.statistics.geospatial.BoundingBox( | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 1950 | new org.apache.parquet.column.statistics.geospatial.GeospatialStatistics(bbox, geospatialTypes); | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 2025 | new org.apache.parquet.column.statistics.geospatial.GeospatialStatistics(null, geospatialTypes); | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 2066 | new org.apache.parquet.column.statistics.geospatial.BoundingBox( | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 2077 | new org.apache.parquet.column.statistics.geospatial.GeospatialStatistics(invalidBbox, null); | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 2117 | new org.apache.parquet.hadoop.metadata.FileMetaData(schema, new HashMap<String, String>(), null); | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 2146 | new org.apache.parquet.hadoop.metadata.FileMetaData(schema, new HashMap<String, String>(), null); | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 2183 | new org.apache.parquet.hadoop.metadata.FileMetaData(schema, new HashMap<String, String>(), null); | CODE |
| CRITICAL | …uet/format/converter/TestParquetMetadataConverter.java | 2218 | new org.apache.parquet.hadoop.metadata.FileMetaData(schema, new HashMap<String, String>(), null); | CODE |
| CRITICAL | …org/apache/parquet/hadoop/rewrite/ParquetRewriter.java | 811 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading(type); | CODE |
| CRITICAL | …/java/org/apache/parquet/hadoop/codec/CodecConfig.java | 160 | return org.apache.hadoop.mapred.FileOutputFormat.getCompressOutput(conf); | CODE |
| CRITICAL | …/java/org/apache/parquet/hadoop/codec/CodecConfig.java | 165 | return org.apache.hadoop.mapred.FileOutputFormat.getOutputCompressorClass(conf, defaultCodec); | CODE |
| CRITICAL | …/org/apache/parquet/hadoop/codec/Lz4RawCompressor.java | 31 | return io.airlift.compress.lz4.Lz4RawCompressor.maxCompressedLength(byteSize); | CODE |
| CRITICAL | …parquet/format/converter/ParquetMetadataConverter.java | 381 | return org.apache.parquet.format.TimeUnit.MICROS(new MicroSeconds()); | CODE |
| CRITICAL | …parquet/format/converter/ParquetMetadataConverter.java | 383 | return org.apache.parquet.format.TimeUnit.MILLIS(new MilliSeconds()); | CODE |
| CRITICAL | …parquet/format/converter/ParquetMetadataConverter.java | 764 | return org.apache.parquet.column.Encoding.valueOf(encoding.name()); | CODE |
| CRITICAL | …parquet/format/converter/ParquetMetadataConverter.java | 950 | org.apache.parquet.column.statistics.Statistics.getBuilderForReading(type); | CODE |
| CRITICAL | …parquet/format/converter/ParquetMetadataConverter.java | 1037 | bbox = new org.apache.parquet.column.statistics.geospatial.BoundingBox( | CODE |
| CRITICAL | …parquet/format/converter/ParquetMetadataConverter.java | 1057 | return new org.apache.parquet.column.statistics.geospatial.GeospatialStatistics(bbox, geospatialTypes); | CODE |
| 14 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | release/bin/prepare-rc.sh | 118 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 120 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 150 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 152 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 174 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 176 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 195 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 197 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 217 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 219 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 239 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 241 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 252 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 254 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 285 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 287 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 307 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 309 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 318 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 320 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 336 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/prepare-rc.sh | 338 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/prepare-rc.sh | 37 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/prepare-rc.sh | 39 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/prepare-rc.sh | 69 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/prepare-rc.sh | 71 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/prepare-rc.sh | 375 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/prepare-rc.sh | 377 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/cancel-rc.sh | 141 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/cancel-rc.sh | 143 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/cancel-rc.sh | 153 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/cancel-rc.sh | 155 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/cancel-rc.sh | 163 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/cancel-rc.sh | 165 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/cancel-rc.sh | 174 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/cancel-rc.sh | 176 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/cancel-rc.sh | 33 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/cancel-rc.sh | 35 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/cancel-rc.sh | 69 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/cancel-rc.sh | 71 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/cancel-rc.sh | 107 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/cancel-rc.sh | 109 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/cancel-rc.sh | 194 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | release/bin/cancel-rc.sh | 196 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 196 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 198 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 208 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 210 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 218 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 220 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 248 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 250 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 259 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 261 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 269 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 271 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 293 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 295 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 334 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | release/bin/publish-release.sh | 336 | # --------------------------------------------------------------------------- | COMMENT |
| 10 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | changelog.sh | 1 | # | COMMENT |
| LOW | .asf.yaml | 1 | # | COMMENT |
| LOW | release/bin/prepare-rc.sh | 1 | #!/bin/bash | COMMENT |
| LOW | release/bin/cancel-rc.sh | 1 | #!/bin/bash | COMMENT |
| LOW | release/bin/publish-release.sh | 1 | #!/bin/bash | COMMENT |
| LOW | release/tests/test_helper/common.bash | 1 | #!/bin/bash | COMMENT |
| LOW | release/libs/_maven.sh | 1 | #!/bin/bash | COMMENT |
| LOW | release/libs/_exec.sh | 1 | #!/bin/bash | COMMENT |
| LOW | release/libs/_svn.sh | 1 | #!/bin/bash | COMMENT |
| LOW | release/libs/_svn.sh | 121 | -m "Cancel Apache Parquet ${version} RC${rc_num}" | COMMENT |
| LOW | release/libs/_nexus.sh | 1 | #!/bin/bash | COMMENT |
| LOW | release/libs/_log.sh | 1 | #!/bin/bash | COMMENT |
| LOW | release/libs/_constants.sh | 1 | #!/bin/bash | COMMENT |
| LOW | release/libs/_github.sh | 1 | #!/bin/bash | COMMENT |
| LOW | release/libs/_version.sh | 1 | #!/bin/bash | COMMENT |
| LOW | parquet-benchmarks/run.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …mn/src/main/java/org/apache/parquet/example/Paper.java | 81 | // Name | COMMENT |
| LOW | …/org/apache/parquet/io/RecordReaderImplementation.java | 101 | COMMENT | |
| LOW | .github/dependabot.yml | 1 | # | COMMENT |
| LOW | .github/workflows/release-cancel-rc.yml | 1 | # | COMMENT |
| LOW | .github/workflows/ci-hadoop3.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | .github/workflows/stale-prs.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | .github/workflows/release-publish.yml | 1 | # | COMMENT |
| LOW | .github/workflows/vector-plugins.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | .github/workflows/release-prepare-rc.yml | 1 | # | COMMENT |
| LOW | .github/workflows/ci-release-scripts.yml | 1 | # | COMMENT |
| LOW | .github/ISSUE_TEMPLATE/config.yaml | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | .github/ISSUE_TEMPLATE/usage_question.yaml | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | .github/ISSUE_TEMPLATE/bug_report.yaml | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | .github/ISSUE_TEMPLATE/feature_request.yaml | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | …olumn/values/bitpacking/ByteBitPacking512VectorLE.java | 3181 | // TODO Replace these helpers with ByteVector.fromMemorySegment(...) once the project's minimum | COMMENT |
| LOW | dev/prepare-release.sh | 1 | #!/bin/bash | COMMENT |
| LOW | dev/ci-before_install.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | dev/source-release.sh | 1 | #!/bin/bash | COMMENT |
| LOW | dev/check-jar-license-and-notice.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | dev/ci-before_install-master.sh | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | release/bin/prepare-rc.sh | 119 | # Step 0: Validate inputs | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 151 | # Step 1: Create release branch (idempotent) | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 175 | # Step 2: Auto-detect RC number | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 196 | # Step 3: Verify CI checks | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 218 | # Step 4: Set POM versions (only on rc0 or if version doesn't match) | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 240 | # Step 5: Create RC tag and push | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 253 | # Step 6: Deploy to Nexus | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 286 | # Step 7: Build source tarball | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 308 | # Step 8: Stage to SVN dist/dev | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 319 | # Step 9: Create GitHub pre-release | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 337 | # Step 10: Generate vote email | COMMENT |
| LOW⚡ | release/bin/cancel-rc.sh | 142 | # Step 0: Verify staging repository before any destructive action | COMMENT |
| LOW⚡ | release/bin/cancel-rc.sh | 154 | # Step 1: Drop Nexus staging repo | COMMENT |
| LOW⚡ | release/bin/cancel-rc.sh | 164 | # Step 2: Delete SVN artifacts from dist/dev | COMMENT |
| LOW⚡ | release/bin/cancel-rc.sh | 175 | # Step 3: Generate vote failure email | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 197 | # Step 0: Verify staging repository before any destructive action | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 209 | # Step 1: Move SVN artifacts from dist/dev to dist/release | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 219 | # Step 2: Clean up superseded patch releases on the same minor branch | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 249 | # Step 3: Create final release tag | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 260 | # Step 4: Release Nexus staging repo | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 270 | # Step 5: Create GitHub Release | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 294 | # Step 6: Bump to next development version | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 335 | # Step 7: Generate announce email | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 359 | # Step 8: Reminder -- update parquet.apache.org | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | release/bin/prepare-rc.sh | 119 | # Step 0: Validate inputs | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 151 | # Step 1: Create release branch (idempotent) | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 175 | # Step 2: Auto-detect RC number | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 196 | # Step 3: Verify CI checks | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 218 | # Step 4: Set POM versions (only on rc0 or if version doesn't match) | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 240 | # Step 5: Create RC tag and push | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 253 | # Step 6: Deploy to Nexus | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 286 | # Step 7: Build source tarball | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 308 | # Step 8: Stage to SVN dist/dev | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 319 | # Step 9: Create GitHub pre-release | COMMENT |
| LOW⚡ | release/bin/prepare-rc.sh | 337 | # Step 10: Generate vote email | COMMENT |
| LOW⚡ | release/bin/cancel-rc.sh | 142 | # Step 0: Verify staging repository before any destructive action | COMMENT |
| LOW⚡ | release/bin/cancel-rc.sh | 154 | # Step 1: Drop Nexus staging repo | COMMENT |
| LOW⚡ | release/bin/cancel-rc.sh | 164 | # Step 2: Delete SVN artifacts from dist/dev | COMMENT |
| LOW⚡ | release/bin/cancel-rc.sh | 175 | # Step 3: Generate vote failure email | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 197 | # Step 0: Verify staging repository before any destructive action | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 209 | # Step 1: Move SVN artifacts from dist/dev to dist/release | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 219 | # Step 2: Clean up superseded patch releases on the same minor branch | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 249 | # Step 3: Create final release tag | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 260 | # Step 4: Release Nexus staging repo | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 270 | # Step 5: Create GitHub Release | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 294 | # Step 6: Bump to next development version | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 335 | # Step 7: Generate announce email | COMMENT |
| LOW⚡ | release/bin/publish-release.sh | 359 | # Step 8: Reminder -- update parquet.apache.org | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …ava/org/apache/parquet/cli/commands/ToAvroCommand.java | 126 | "# Create an Avro file from a Parquet file", | CODE |
| MEDIUM⚡ | …ava/org/apache/parquet/cli/commands/ToAvroCommand.java | 128 | "# Create an Avro file in HDFS from a local JSON file", | CODE |
| MEDIUM⚡ | …ava/org/apache/parquet/cli/commands/ToAvroCommand.java | 130 | "# Create an Avro file from data in S3", | CODE |
| MEDIUM⚡ | …va/org/apache/parquet/cli/commands/ConvertCommand.java | 157 | "# Create a Parquet file from an Avro file", | CODE |
| MEDIUM⚡ | …va/org/apache/parquet/cli/commands/ConvertCommand.java | 159 | "# Create a Parquet file in S3 from a local Avro file", | CODE |
| MEDIUM⚡ | …va/org/apache/parquet/cli/commands/ConvertCommand.java | 161 | "# Create a Parquet file from Avro data in S3", | CODE |
| MEDIUM | …org/apache/parquet/cli/commands/ConvertCSVCommand.java | 203 | "# Create a Parquet file from a CSV file", | CODE |
| MEDIUM | …org/apache/parquet/cli/commands/ConvertCSVCommand.java | 205 | "# Create a Parquet file in HDFS from local CSV", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ache/parquet/hadoop/UnmaterializableRecordCounter.java | 28 | // Essentially taken from: | COMMENT |
| MEDIUM | parquet-benchmarks/run.sh | 82 | # Actually run a benchmark in the JMH harness. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …va/org/apache/parquet/cli/commands/CatCommandTest.java | 153 | .append("customer-name", "Jane Doe") | CODE |
| LOW | …e/parquet/cli/commands/ShowBloomFilterCommandTest.java | 91 | phoneCommand.testValues = Arrays.asList(new String[] {"555-0001", "555-9999"}); | CODE |
| LOW | …e/parquet/cli/commands/ShowBloomFilterCommandTest.java | 126 | String[] phoneValues = {"555-0001", "555-0002", "555-0003", "555-0004", "555-0005"}; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | release/bin/prepare-rc.sh | 189 | # Check if tag already exists | COMMENT |