Repository Analysis

apache/hudi

Upserts, Deletes And Incremental Processing on Big Data.

4.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of apache/hudi, a Java project with 6,186 GitHub stars. SynthScan v2.0 examined 1,050,470 lines of code across 5386 source files, recording 1120 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 4.5 places this repository in the Likely human-written 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).

4.5
Adjusted Score
4.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
6.2K
Stars
Java
Language
1.1M
Lines of Code
5.4K
Files
1.1K
Pattern Hits
2026-07-14
Scan Date
0.07
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 283HIGH 99MEDIUM 92LOW 646

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 1120 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.

Hallucination Indicators283 hits · 3102 pts
SeverityFileLineSnippetContext
CRITICAL…/apache/hudi/common/table/TestTableSchemaResolver.java302 org.apache.hudi.common.schema.internal.InternalSchema internalSchema = new org.apache.hudi.common.schema.internal.InCODE
CRITICAL…/apache/hudi/common/table/TestTableSchemaResolver.java303 org.apache.hudi.common.schema.internal.Types.RecordType.get(CODE
CRITICAL…/apache/hudi/common/table/TestTableSchemaResolver.java304 org.apache.hudi.common.schema.internal.Types.Field.get(0, false, "id", org.apache.hudi.common.schema.internaCODE
CRITICAL…/apache/hudi/common/table/TestTableSchemaResolver.java306 org.apache.hudi.common.schema.internal.utils.SerDeHelper.toJson(internalSchema));CODE
CRITICAL…/apache/hudi/common/table/TestTableSchemaResolver.java385 org.apache.hudi.common.schema.internal.InternalSchema internalSchema = new org.apache.hudi.common.schema.internal.InCODE
CRITICAL…/apache/hudi/common/table/TestTableSchemaResolver.java386 org.apache.hudi.common.schema.internal.Types.RecordType.get(CODE
CRITICAL…/apache/hudi/common/table/TestTableSchemaResolver.java387 org.apache.hudi.common.schema.internal.Types.Field.get(0, false, "id", org.apache.hudi.common.schema.internaCODE
CRITICAL…/apache/hudi/common/table/TestTableSchemaResolver.java389 org.apache.hudi.common.schema.internal.utils.SerDeHelper.toJson(internalSchema));CODE
CRITICAL…hudi/common/table/timeline/TestArchivedTimelineV1.java767 archivedMetaWrapper.setHoodieCommitMetadata(org.apache.hudi.avro.model.HoodieCommitMetadata.newBuilder().build()CODE
CRITICAL…hudi/common/table/timeline/TestArchivedTimelineV1.java778 archivedMetaWrapper.setHoodieInflightReplaceMetadata(convertCommitMetadata(new org.apache.hudi.common.model.HoCODE
CRITICAL…hudi/common/table/timeline/TestArchivedTimelineV1.java785 archivedMetaWrapper.setHoodieCommitMetadata(org.apache.hudi.avro.model.HoodieCommitMetadata.newBuilder().build()CODE
CRITICAL…main/java/org/apache/hudi/tools/TimelineInspector.java319 org.apache.hudi.common.schema.HoodieSchema.fromAvroSchema(CODE
CRITICAL…/hudi/aws/TestHoodieAWSCredentialsProviderFactory.java37 AwsSessionCredentials credentials = (AwsSessionCredentials) org.apache.hudi.aws.credentials.HoodieAWSCredentialsProvCODE
CRITICAL…/hudi/aws/TestHoodieAWSCredentialsProviderFactory.java53 AwsSessionCredentials credentials = (AwsSessionCredentials) org.apache.hudi.aws.credentials.HoodieAWSCredentialsProvCODE
CRITICAL…va/org/apache/hudi/aws/sync/TestAWSGlueSyncClient.java146 software.amazon.awssdk.services.glue.model.StorageDescriptor storageDescriptor = software.amazon.awssdk.services.gluCODE
CRITICAL…va/org/apache/hudi/aws/sync/TestAWSGlueSyncClient.java374 software.amazon.awssdk.services.glue.model.Partition awsPart1 = software.amazon.awssdk.services.glue.model.PartitionCODE
CRITICAL…va/org/apache/hudi/aws/sync/TestAWSGlueSyncClient.java376 software.amazon.awssdk.services.glue.model.Partition awsPart2 = software.amazon.awssdk.services.glue.model.PartitionCODE
CRITICAL…va/org/apache/hudi/aws/sync/TestAWSGlueSyncClient.java401 software.amazon.awssdk.services.glue.model.Partition.builder()CODE
CRITICAL…va/org/apache/hudi/aws/sync/TestAWSGlueSyncClient.java412 software.amazon.awssdk.services.glue.model.Partition.builder()CODE
CRITICAL…va/org/apache/hudi/aws/sync/TestAWSGlueSyncClient.java891 software.amazon.awssdk.services.glue.model.StorageDescriptor storageDescriptor = software.amazon.awssdk.services.gluCODE
CRITICAL…c/test/java/org/apache/hudi/hive/TestHiveSyncTool.java563 Driver hiveDriver = new org.apache.hadoop.hive.ql.Driver(HiveTestUtil.getHiveConf());CODE
CRITICAL…c/test/java/org/apache/hudi/hive/TestHiveSyncTool.java609 Driver hiveDriver = new org.apache.hadoop.hive.ql.Driver(HiveTestUtil.getHiveConf());CODE
CRITICAL…c/test/java/org/apache/hudi/hive/TestHiveSyncTool.java697 Driver hiveDriver = new org.apache.hadoop.hive.ql.Driver(HiveTestUtil.getHiveConf());CODE
CRITICAL…c/test/java/org/apache/hudi/hive/TestHiveSyncTool.java752 Driver hiveDriver = new org.apache.hadoop.hive.ql.Driver(HiveTestUtil.getHiveConf());CODE
CRITICAL…ava/org/apache/hudi/hive/ddl/HiveQueryDDLExecutor.java64 this.hiveDriver = new org.apache.hadoop.hive.ql.Driver(config.getHiveConf());CODE
CRITICAL…mples-spark/src/test/python/HoodiePySparkQuickstart.py43 self.dataGen = spark._jvm.org.apache.hudi.QuickstartUtils.DataGenerator()CODE
CRITICAL…mples-spark/src/test/python/HoodiePySparkQuickstart.py85 inserts = self.spark._jvm.org.apache.hudi.QuickstartUtils.convertToStringList(self.dataGen.generateInserts(10))CODE
CRITICAL…mples-spark/src/test/python/HoodiePySparkQuickstart.py92 updates = self.spark._jvm.org.apache.hudi.QuickstartUtils.convertToStringList(self.dataGen.generateUniqueUpdatesCODE
CRITICAL…mples-spark/src/test/python/HoodiePySparkQuickstart.py219 inserts = self.spark._jvm.org.apache.hudi.QuickstartUtils.convertToStringList(self.dataGen.generateInserts(10))CODE
CRITICAL…pache/hudi/examples/spark/HoodieMorCompactionJob.scala78 client.commitCompaction(instant.get(), result, org.apache.hudi.common.util.Option.empty())CODE
CRITICAL…i/hadoop/utils/TestHoodieRealtimeInputFormatUtils.java40 hadoopConf.set("fs.file.impl", org.apache.hadoop.fs.LocalFileSystem.class.getName());CODE
CRITICAL…di/hadoop/realtime/TestHoodieRealtimeRecordReader.java123 storageConf.set("fs.file.impl", org.apache.hadoop.fs.LocalFileSystem.class.getName());CODE
CRITICALhudi-trino-plugin/.mvn/modernizer/violations.xml312 <comment>Use io.trino.plugin.base.util.JsonUtils.jsonFactory()</comment>CODE
CRITICALhudi-trino-plugin/.mvn/modernizer/violations.xml318 <comment>Use io.trino.plugin.base.util.JsonUtils.jsonFactoryBuilder() instead</comment>CODE
CRITICAL…a/org/apache/hudi/io/hfile/TestHFileCompatibility.java278 org.apache.hudi.io.hfile.HFileContext context = org.apache.hudi.io.hfile.HFileContext.builder()CODE
CRITICAL…g/apache/hudi/io/hfile/TestHFileReadCompatibility.java282 org.apache.hudi.io.hfile.HFileContext context = org.apache.hudi.io.hfile.HFileContext.builder()CODE
CRITICAL…/hudi/timeline/service/TimelineServiceTestHarness.java172 response = org.apache.http.client.fluent.Request.Get(url).connectTimeout(10000).socketTimeout(10000).execute()CODE
CRITICAL…/hudi/timeline/service/TimelineServiceTestHarness.java176 response = org.apache.http.client.fluent.Request.Post(url).connectTimeout(10000).socketTimeout(10000).execute(CODE
CRITICAL…k/sql/parser/HoodieSpark4_2ExtendedSqlAstBuilder.scala2484 ctx.errorCapturingUnitToUnitInterval.body.from.getText.toLowerCase(Locale.ROOT)CODE
CRITICAL…k/sql/parser/HoodieSpark4_2ExtendedSqlAstBuilder.scala2485 val toUnit = ctx.errorCapturingUnitToUnitInterval.body.to.getText.toLowerCase(Locale.ROOT)CODE
CRITICAL…k/sql/parser/HoodieSpark4_2ExtendedSqlAstBuilder.scala2499 ctx.errorCapturingMultiUnitsInterval.body.unit.asScala.map(CODE
CRITICAL…spark/sql/parser/HoodieSpark4_2ExtendedSqlParser.scala207 new org.antlr.v4.runtime.misc.Pair(token.getTokenSource, token.getInputStream),CODE
CRITICAL…spark/sql/parser/HoodieSpark4_1ExtendedSqlParser.scala207 new org.antlr.v4.runtime.misc.Pair(token.getTokenSource, token.getInputStream),CODE
CRITICAL…k/sql/parser/HoodieSpark4_1ExtendedSqlAstBuilder.scala2484 ctx.errorCapturingUnitToUnitInterval.body.from.getText.toLowerCase(Locale.ROOT)CODE
CRITICAL…k/sql/parser/HoodieSpark4_1ExtendedSqlAstBuilder.scala2485 val toUnit = ctx.errorCapturingUnitToUnitInterval.body.to.getText.toLowerCase(Locale.ROOT)CODE
CRITICAL…k/sql/parser/HoodieSpark4_1ExtendedSqlAstBuilder.scala2499 ctx.errorCapturingMultiUnitsInterval.body.unit.asScala.map(CODE
CRITICAL…ala/org/apache/spark/sql/Spark4HoodieUnsafeUtils.scala66 org.apache.spark.sql.classic.Dataset.ofRows(spark.asInstanceOf[org.apache.spark.sql.classic.SparkSession], plan)CODE
CRITICAL…ala/org/apache/spark/sql/Spark4HoodieUnsafeUtils.scala79 org.apache.spark.sql.classic.Dataset.ofRows(spark.asInstanceOf[org.apache.spark.sql.classic.SparkSession], LocalRelaCODE
CRITICAL…ala/org/apache/spark/sql/Spark4HoodieUnsafeUtils.scala93 org.apache.spark.sql.classic.Dataset.ofRows(spark.asInstanceOf[org.apache.spark.sql.classic.SparkSession], LocalRelaCODE
CRITICAL…n/scala/org/apache/spark/sql/Spark4DataFrameUtil.scala38 org.apache.spark.sql.classic.Dataset.ofRows(sparkSession.asInstanceOf[org.apache.spark.sql.classic.SparkSession], loCODE
CRITICAL…a/org/apache/spark/sql/adapter/BaseSpark4Adapter.scala180 org.apache.spark.sql.classic.Dataset.ofRows(sqlContext.sparkSession.asInstanceOf[org.apache.spark.sql.classic.SparkSCODE
CRITICAL…apache/hudi/io/storage/TestHoodieSparkLanceWriter.java710 StructType blobStruct = (StructType) org.apache.spark.sql.types.BlobType.dataType();CODE
CRITICAL…rg/apache/hudi/table/upgrade/TestUpgradeDowngrade.java845 org.apache.hudi.common.table.view.HoodieTableFileSystemView.fileListingBasedFileSystemView(CODE
CRITICAL…rg/apache/hudi/table/upgrade/TestUpgradeDowngrade.java849 List<String> partitionPaths = org.apache.hudi.common.fs.FSUtils.getAllPartitionPaths(CODE
CRITICAL…on/rollback/TestMergeOnReadRollbackActionExecutor.java399 org.apache.hudi.testutils.Assertions.assertNoWriteErrors(statusesList);CODE
CRITICAL…functional/TestSparkNonBlockingConcurrencyControl.java780 org.apache.hudi.testutils.Assertions.assertNoWriteErrors(writeStatuses);CODE
CRITICAL…he/hudi/functional/TestSparkClusteringCornerCases.java81 org.apache.hudi.testutils.Assertions.assertNoWriteErrors(writeStatuses);CODE
CRITICAL…i/functional/TestColStatsRecordWithMetadataRecord.java534 org.apache.hudi.testutils.Assertions.assertNoWriteErrors(writeStatuses);CODE
CRITICAL…he/hudi/functional/TestSparkSortAndSizeClustering.java245 org.apache.hudi.testutils.Assertions.assertNoWriteErrors(writeStatues);CODE
CRITICAL…/apache/hudi/functional/TestConsistentBucketIndex.java278 org.apache.hudi.testutils.Assertions.assertNoWriteErrors(writeStatues);CODE
223 more matches not shown…
Cross-File Repetition92 hits · 460 pts
SeverityFileLineSnippetContext
HIGH…k/sql/parser/HoodieSpark4_2ExtendedSqlAstBuilder.scala0partition by: cannot mix partition expressions and partition columns: |expressions: $references |columns: $columnsSTRING
HIGH…k/sql/parser/HoodieSpark4_1ExtendedSqlAstBuilder.scala0partition by: cannot mix partition expressions and partition columns: |expressions: $references |columns: $columnsSTRING
HIGH…k/sql/parser/HoodieSpark3_5ExtendedSqlAstBuilder.scala0partition by: cannot mix partition expressions and partition columns: |expressions: $references |columns: $columnsSTRING
HIGH…k/sql/parser/HoodieSpark4_0ExtendedSqlAstBuilder.scala0partition by: cannot mix partition expressions and partition columns: |expressions: $references |columns: $columnsSTRING
HIGH…k/sql/parser/HoodieSpark3_4ExtendedSqlAstBuilder.scala0partition by: cannot mix partition expressions and partition columns: |expressions: $references |columns: $columnsSTRING
HIGH…k/sql/parser/HoodieSpark3_3ExtendedSqlAstBuilder.scala0partition by: cannot mix partition expressions and partition columns: |expressions: $references |columns: $columnsSTRING
HIGH…n/scala/org/apache/spark/sql/avro/AvroSerializer.scala0"$data" cannot be written since it's not defined in enumSTRING
HIGH…n/scala/org/apache/spark/sql/avro/AvroSerializer.scala0"$data" cannot be written since it's not defined in enumSTRING
HIGH…n/scala/org/apache/spark/sql/avro/AvroSerializer.scala0"$data" cannot be written since it's not defined in enumSTRING
HIGH…n/scala/org/apache/spark/sql/avro/AvroSerializer.scala0"$data" cannot be written since it's not defined in enumSTRING
HIGH…e/hudi/functional/TestPartitionStatsIndexWithSql.scala0| insert into $tablename | values (1, 'a1', 1000, 10), (2, 'a2', 2000, 20), (3, 'a3', 3000, 30), (4, 'a4', 2000, 10), (5STRING
HIGH…pache/spark/sql/hudi/dml/insert/TestInsertTable4.scala0| insert into $tablename | values (1, 'a1', 1000, 10), (2, 'a2', 2000, 20), (3, 'a3', 3000, 30), (4, 'a4', 2000, 10), (5STRING
HIGH…ql/hudi/dml/others/TestHoodieTableValuedFunction.scala0| insert into $tablename | values (1, 'a1', 1000, 10), (2, 'a2', 2000, 20), (3, 'a3', 3000, 30), (4, 'a4', 2000, 10), (5STRING
HIGH…udi/analysis/TestHoodiePruneFileSourcePartitions.scala0| insert into $tablename values | (1, 'a1', 10, 1000, "2021-01-05"), | (2, 'a2', 20, 2000, "2021-01-06"), | (3, 'a3', 30STRING
HIGH…pache/spark/sql/hudi/dml/insert/TestInsertTable3.scala0| insert into $tablename values | (1, 'a1', 10, 1000, "2021-01-05"), | (2, 'a2', 20, 2000, "2021-01-06"), | (3, 'a3', 30STRING
HIGH…apache/spark/sql/hudi/dml/insert/TestInsertTable.scala0| insert into $tablename values | (1, 'a1', 10, 1000, "2021-01-05"), | (2, 'a2', 20, 2000, "2021-01-06"), | (3, 'a3', 30STRING
HIGH…he/spark/sql/hudi/dml/others/TestDeleteFromTable.scala0| insert into $tablename values | (1, 'a1', 10, 1000, "2021-01-05"), | (2, 'a2', 20, 2000, "2021-01-06"), | (3, 'a3', 30STRING
HIGH…che/spark/sql/hudi/feature/TestDataSkippingQuery.scala0| insert into $tablename values | (1, 'a1', 10, 1000, "2021-01-05"), | (2, 'a2', 20, 2000, "2021-01-06"), | (3, 'a3', 30STRING
HIGH…pache/spark/sql/hudi/dml/insert/TestInsertTable2.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…apache/spark/sql/hudi/dml/insert/TestInsertTable.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…he/spark/sql/hudi/dml/others/TestMergeIntoTable2.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…apache/spark/sql/hudi/dml/others/TestDeleteTable.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…apache/spark/sql/hudi/dml/others/TestUpdateTable.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…che/spark/sql/hudi/dml/others/TestMergeIntoTable.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…l/others/TestMergeIntoTableWithNonRecordKeyField.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…he/spark/sql/hudi/dml/others/TestTimeTravelTable.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…cala/org/apache/spark/sql/hudi/ddl/TestSpark3DDL.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…ala/org/apache/spark/sql/hudi/ddl/TestAlterTable.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…/org/apache/spark/sql/hudi/ddl/TestTruncateTable.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…cala/org/apache/spark/sql/hudi/ddl/TestDropTable.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…la/org/apache/spark/sql/hudi/ddl/TestCreateTable.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…che/spark/sql/hudi/common/TestROPathFilterOnRead.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…l/hudi/procedure/TestShowInvalidParquetProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…pache/spark/sql/hudi/procedure/TestCallProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…he/spark/sql/hudi/procedure/TestCommitsProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…che/spark/sql/hudi/procedure/TestFsViewProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…park/sql/hudi/procedure/TestCopyToTableProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…e/spark/sql/hudi/procedure/TestMetadataProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…/hudi/procedure/TestShowAuditLockStatusProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…k/sql/hudi/procedure/TestCopyToTempViewProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…ql/hudi/procedure/TestValidateAuditLockProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…sql/hudi/procedure/TestCleanupAuditLockProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…ark/sql/hudi/procedure/TestSetAuditLockProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…he/spark/sql/hudi/procedure/TestRepairsProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…rk/sql/hudi/procedure/TestTruncateTableProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…udi/procedure/TestRunTimelineCompactionProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…k/sql/hudi/procedure/TestArchiveCommitsProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…ql/hudi/procedure/TestShowTimelineTableProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…park/sql/hudi/procedure/TestShowCleansProcedures.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…ache/spark/sql/hudi/procedure/TestCleanProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…k/sql/hudi/procedure/TestExportInstantsProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…ache/spark/sql/hudi/procedure/TestStatsProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…spark/sql/hudi/procedure/TestSavepointsProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…l/hudi/procedure/TestUpgradeOrDowngradeProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…sql/hudi/procedure/TestShowFsPathDetailProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…/hudi/procedure/TestShowTablePropertiesProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…ocedure/TestCleanupStaleInflightCommitsProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…spark/sql/hudi/procedure/TestCompactionProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…he/spark/sql/hudi/procedure/TestRestoreProcedure.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
HIGH…ala/org/apache/spark/sql/hudi/common/TestSqlConf.scala0|create table $tablename ( | id int, | name string, | price double, | ts long |) using hudi | location '$tablepath' | tbSTRING
32 more matches not shown…
Over-Commented Block266 hits · 265 pts
SeverityFileLineSnippetContext
LOW.asf.yaml1#COMMENT
LOW.codecov.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWazure-pipelines-20230430.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWpackaging/hudi-cli-bundle/hudi-cli-with-bundle.sh1#!/usr/bin/env bashCOMMENT
LOWpackaging/hudi-cli-bundle/conf/hudi-env.sh1#!/usr/bin/env bashCOMMENT
LOWpackaging/bundle-validation/validate.sh1#!/bin/bashCOMMENT
LOWpackaging/bundle-validation/validate.sh61 fiCOMMENT
LOWpackaging/bundle-validation/ci_run.sh1#!/bin/bashCOMMENT
LOWpackaging/bundle-validation/run_docker_java17.sh1#!/bin/bashCOMMENT
LOWpackaging/bundle-validation/flink/compact.sh1#COMMENT
LOWpackaging/bundle-validation/azure/build.sh1#!/bin/bashCOMMENT
LOWpackaging/bundle-validation/cli/commands.txt1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpackaging/bundle-validation/kafka/consume.sh1#!/bin/bashCOMMENT
LOWpackaging/bundle-validation/kafka/produce.sh1#!/bin/bashCOMMENT
LOW…/bundle-validation/docker_java17/docker_java17_test.sh1#!/bin/bashCOMMENT
LOW…idation/base/build_flink1180hive313spark350scala213.sh1#!/bin/bashCOMMENT
LOW…ndle-validation/base/build_flink1190hive313spark350.sh1#!/bin/bashCOMMENT
LOW…undle-validation/base/build_flink211hive313spark351.sh1#!/bin/bashCOMMENT
LOW…ndle-validation/base/build_flink1181hive313spark343.sh1#!/bin/bashCOMMENT
LOW…idation/base/build_flink1200hive313spark411scala213.sh1#!/bin/bashCOMMENT
LOW…idation/base/build_flink1200hive313spark400scala213.sh1#!/bin/bashCOMMENT
LOW…idation/base/build_flink1200hive313spark350scala213.sh1#!/bin/bashCOMMENT
LOW…idation/base/build_flink1190hive313spark350scala213.sh1#!/bin/bashCOMMENT
LOW…idation/base/build_flink1180hive313spark351scala213.sh1#!/bin/bashCOMMENT
LOW…ndle-validation/base/build_flink1200hive313spark350.sh1#!/bin/bashCOMMENT
LOW…/base/build_flink1200hive313spark420previewscala213.sh1#!/bin/bashCOMMENT
LOW…idation/base/build_flink1190hive313spark351scala213.sh1#!/bin/bashCOMMENT
LOW…idation/base/build_flink1200hive313spark351scala213.sh1#!/bin/bashCOMMENT
LOW…ndle-validation/base/build_flink1180hive313spark350.sh1#!/bin/bashCOMMENT
LOW…undle-validation/base/build_flink200hive313spark351.sh1#!/bin/bashCOMMENT
LOW…ndle-validation/base/build_flink1181hive313spark334.sh1#!/bin/bashCOMMENT
LOWpackaging/hudi-timeline-server-bundle/run_server.sh1#!/usr/bin/env bashCOMMENT
LOW…pache/hudi/common/table/read/TestEventTimeMerging.java61 metaProps.setProperty(ORDERING_FIELDS.key(), "timestamp");COMMENT
LOW…pache/hudi/common/table/read/TestEventTimeMerging.java81 // but we cannot since their ordering value is 1 < 3.COMMENT
LOW…che/hudi/common/table/read/TestCustomRecordMerger.java81 // -------------------------------------------------------------COMMENT
LOW…i/common/table/read/TestOverwriteWithLatestMerger.java61 }COMMENT
LOW…he/hudi/io/storage/hadoop/HoodieAvroParquetReader.java141 }COMMENT
LOW…he/hudi/io/storage/hadoop/HoodieAvroParquetReader.java161 // Parquet [[GroupType]] as list, skipping the checks whether additional [[GroupType]]COMMENT
LOW…ain/java/org/apache/hudi/common/util/AvroOrcUtils.java641 // The time-millis logical type represents a time of day, with no reference to a particular calendar, timeCOMMENT
LOW…ain/java/org/apache/hudi/common/util/AvroOrcUtils.java661 // - UTC-adjusted timestamps (TimestampMillis/Micros) are converted to ORC TimestampCOMMENT
LOWdocker/generate_test_suite.sh1#!/bin/bashCOMMENT
LOWdocker/build_docker_images.sh1#!/bin/bashCOMMENT
LOWdocker/stop_demo.sh1#!/bin/bashCOMMENT
LOWdocker/build_local_docker_images.sh1#!/bin/bashCOMMENT
LOWdocker/setup_demo.sh1#!/bin/bashCOMMENT
LOWdocker/demo/get_min_commit_time_cow.sh1#!/bin/bashCOMMENT
LOWdocker/demo/get_min_commit_time_mor.sh1#!/bin/bashCOMMENT
LOWdocker/demo/setup_demo_container.sh1COMMENT
LOW…-suite/spark-sql-nonpartitioned-external-cow-ctas.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…ker/demo/config/test-suite/spark-delete-partition.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…config/test-suite/deltastreamer-pure-bulk-inserts.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…config/test-suite/spark-sql-partition-cow-updates.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWdocker/demo/config/test-suite/multi-writer-1-sds.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWdocker/demo/config/test-suite/spark-pure-inserts.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…uite/deltastreamer-medium-full-dataset-validation.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWdocker/demo/config/test-suite/mor-async-compact.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…er/demo/config/test-suite/spark-immutable-dataset.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…nfig/test-suite/spark-sql-partitioned-managed-cow.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…nfig/test-suite/spark-sql-partitioned-managed-cow.yaml41 # config:COMMENT
LOW…t-suite/spark-sql-nonpartitioned-managed-cow-ctas.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
206 more matches not shown…
Structural Annotation Overuse156 hits · 252 pts
SeverityFileLineSnippetContext
LOW…apache/hudi/common/functional/TestHoodieLogFormat.java942 // Step 1: Scan by a list of keysCOMMENT
LOW…apache/hudi/common/functional/TestHoodieLogFormat.java958 // Step 2: Scan by the same list of keys (no new scanning should be performed,COMMENT
LOW…apache/hudi/common/functional/TestHoodieLogFormat.java1025 // Step 1: Scan by a list of keysCOMMENT
LOW…apache/hudi/common/functional/TestHoodieLogFormat.java1041 // Step 2: Scan by the same list of keys (no new scanning should be performed,COMMENT
LOW…c/main/java/org/apache/hudi/hadoop/fs/CachingPath.java157 // NOTE: This method does NOT perform any normalization, assuming that the incoming pathsCOMMENT
LOW…io/storage/row/TestHoodieInternalRowParquetWriter.java103 // Step 1: Verify rows written correctlyCOMMENT
LOW…io/storage/row/TestHoodieInternalRowParquetWriter.java107 // Step 2: Assert Parquet metadata was written appropriatelyCOMMENT
LOW…io/storage/row/TestHoodieInternalRowParquetWriter.java122 // Step 3: Make sure Bloom Filter contains all the record keysCOMMENT
LOW…est/java/org/apache/hudi/functional/TestBootstrap.java506 // Step 1: Write parquet source table with non-nullable fieldsCOMMENT
LOW…est/java/org/apache/hudi/functional/TestBootstrap.java510 // Step 2: Configure and perform metadata-only bootstrapCOMMENT
LOW…est/java/org/apache/hudi/functional/TestBootstrap.java515 // Step 3: Read bootstrapped table and verify recordsCOMMENT
LOW…est/java/org/apache/hudi/functional/TestBootstrap.java532 // Step 4: Perform an updateCOMMENT
LOW…g/apache/hudi/functional/TestHoodieBackedMetadata.java434 // Step 1: Insert and upsert with column stats enabledCOMMENT
LOW…g/apache/hudi/functional/TestHoodieBackedMetadata.java457 // Step 2: Disable column stats but set auto.delete.partitions=false, then do an upsertCOMMENT
LOW…g/apache/hudi/functional/TestHoodieBackedMetadata.java486 // Step 3: Verify column_stats partition is NOT deleted from table configCOMMENT
LOW…g/apache/hudi/functional/TestHoodieBackedMetadata.java492 // Step 4: Verify column_stats partition received new log files (from HoodieCommitMetadata)COMMENT
LOW…g/apache/hudi/functional/TestHoodieBackedMetadata.java504 // Step 5: Verify column stats log files contain valid column stats recordsCOMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala56 // Step 1: Serialize/de- original [[HoodieSparkRecord]]COMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala71 // Step 2: Serialize the already cloned record, and assert that ser/de loop is losslessCOMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala91 // Step 1: Serialize/de- original [[HoodieRecord]]COMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala102 // Step 2: Serialize the already cloned record, and assert that ser/de loop is losslessCOMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala130 // Step 1: Serialize/de- original [[HoodieRecord]]COMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala136 // Step 2: Serialize the already cloned record, and assert that ser/de loop is losslessCOMMENT
LOW…ache/hudi/functional/TestParquetColumnProjection.scala364 // Step 1: Bootstrap table w/ N records (t/h bulk-insert)COMMENT
LOW…ache/hudi/functional/TestParquetColumnProjection.scala374 // Step 2: Update M records out of those (t/h update)COMMENT
LOW…ache/hudi/functional/TestParquetColumnProjection.scala396 // Step 1: Bootstrap table w/ N records (t/h bulk-insert)COMMENT
LOW…ache/hudi/functional/TestParquetColumnProjection.scala404 // Step 2: Update M records out of those (t/h update)COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala156 // Step 1: Create table and insert initial records (initial commit)COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala170 // Step 2: Update records to generate new log files with updated stats.COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala184 // Step 3: Trigger inline compaction (produces a new base file).COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala197 // Step 4: Perform cleaning to remove older log files (leaving behind delete blocks).COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala210 // Step 5: Downgrade the table to version 6.COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala231 // Step 6: Read the table using a predicate on 'price' to force column stats usage.COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala241 // Step 7: Do an update with table version 6 to trigger metadata compaction.COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala264 // Step 8: Upgrade the table back to current version (version 8) and validate record index.COMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala704 // Step 2: Create table and secondary index on 'rider' columnCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala837 // Step 1: Initial Insertion with null valuesCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala890 // Step 2: Delete by record key whose secondary index is null and validate secondary indexCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala913 // Step 3: Update null to non-nullCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala941 // Step 4: Update non-null to nullCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala964 // Step 5: Update null to null (should be no-op but validate)COMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala977 // Step 6: Insert new record with null descriptionCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala998 // Step 7: Insert new record with non-null descriptionCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala1049 // Step 8: Test delete record behavior in log files (MOR specific)COMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala406 // Step 1: Initial Insertion of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala415 // Step 3: Perform Update Operations on Subset of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala501 // Step 1: Initial Insertion of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala509 // Step 3: Perform Update Operations on Subset of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala536 // Step 1: Initial Insertion of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala545 // Step 3: Perform Update Operations on Subset of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala427 // Step 4: Trigger Compaction with this update as the compaction frequency is set to 3 commitsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala447 // Step 5: Trigger Clustering with this update as the clustering frequency is set to 4 commitsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala462 // Step 6: Perform Deletes on Records and Validate Secondary IndexSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala476 // Step 7: Final Update and ValidationSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala562 // Step 4: Perform Time Travel QuerySTRING
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java42 // Step 1: Set Up Test DataCOMMENT
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java48 // Step 2: Call the MethodCOMMENT
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java50 // Step 3: AssertionsCOMMENT
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java64 // Step 1: Set Up Test DataCOMMENT
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java71 // Step 2: Call the MethodCOMMENT
96 more matches not shown…
Verbosity Indicators155 hits · 251 pts
SeverityFileLineSnippetContext
LOW…apache/hudi/common/functional/TestHoodieLogFormat.java942 // Step 1: Scan by a list of keysCOMMENT
LOW…apache/hudi/common/functional/TestHoodieLogFormat.java958 // Step 2: Scan by the same list of keys (no new scanning should be performed,COMMENT
LOW…apache/hudi/common/functional/TestHoodieLogFormat.java1025 // Step 1: Scan by a list of keysCOMMENT
LOW…apache/hudi/common/functional/TestHoodieLogFormat.java1041 // Step 2: Scan by the same list of keys (no new scanning should be performed,COMMENT
LOW…io/storage/row/TestHoodieInternalRowParquetWriter.java103 // Step 1: Verify rows written correctlyCOMMENT
LOW…io/storage/row/TestHoodieInternalRowParquetWriter.java107 // Step 2: Assert Parquet metadata was written appropriatelyCOMMENT
LOW…io/storage/row/TestHoodieInternalRowParquetWriter.java122 // Step 3: Make sure Bloom Filter contains all the record keysCOMMENT
LOW…est/java/org/apache/hudi/functional/TestBootstrap.java506 // Step 1: Write parquet source table with non-nullable fieldsCOMMENT
LOW…est/java/org/apache/hudi/functional/TestBootstrap.java510 // Step 2: Configure and perform metadata-only bootstrapCOMMENT
LOW…est/java/org/apache/hudi/functional/TestBootstrap.java515 // Step 3: Read bootstrapped table and verify recordsCOMMENT
LOW…est/java/org/apache/hudi/functional/TestBootstrap.java532 // Step 4: Perform an updateCOMMENT
LOW…g/apache/hudi/functional/TestHoodieBackedMetadata.java434 // Step 1: Insert and upsert with column stats enabledCOMMENT
LOW…g/apache/hudi/functional/TestHoodieBackedMetadata.java457 // Step 2: Disable column stats but set auto.delete.partitions=false, then do an upsertCOMMENT
LOW…g/apache/hudi/functional/TestHoodieBackedMetadata.java486 // Step 3: Verify column_stats partition is NOT deleted from table configCOMMENT
LOW…g/apache/hudi/functional/TestHoodieBackedMetadata.java492 // Step 4: Verify column_stats partition received new log files (from HoodieCommitMetadata)COMMENT
LOW…g/apache/hudi/functional/TestHoodieBackedMetadata.java504 // Step 5: Verify column stats log files contain valid column stats recordsCOMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala56 // Step 1: Serialize/de- original [[HoodieSparkRecord]]COMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala71 // Step 2: Serialize the already cloned record, and assert that ser/de loop is losslessCOMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala91 // Step 1: Serialize/de- original [[HoodieRecord]]COMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala102 // Step 2: Serialize the already cloned record, and assert that ser/de loop is losslessCOMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala130 // Step 1: Serialize/de- original [[HoodieRecord]]COMMENT
LOW…/hudi/common/model/TestHoodieRecordSerialization.scala136 // Step 2: Serialize the already cloned record, and assert that ser/de loop is losslessCOMMENT
LOW…ache/hudi/functional/TestParquetColumnProjection.scala364 // Step 1: Bootstrap table w/ N records (t/h bulk-insert)COMMENT
LOW…ache/hudi/functional/TestParquetColumnProjection.scala374 // Step 2: Update M records out of those (t/h update)COMMENT
LOW…ache/hudi/functional/TestParquetColumnProjection.scala396 // Step 1: Bootstrap table w/ N records (t/h bulk-insert)COMMENT
LOW…ache/hudi/functional/TestParquetColumnProjection.scala404 // Step 2: Update M records out of those (t/h update)COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala156 // Step 1: Create table and insert initial records (initial commit)COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala170 // Step 2: Update records to generate new log files with updated stats.COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala184 // Step 3: Trigger inline compaction (produces a new base file).COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala197 // Step 4: Perform cleaning to remove older log files (leaving behind delete blocks).COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala210 // Step 5: Downgrade the table to version 6.COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala231 // Step 6: Read the table using a predicate on 'price' to force column stats usage.COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala241 // Step 7: Do an update with table version 6 to trigger metadata compaction.COMMENT
LOW…g/apache/hudi/functional/TestSevenToEightUpgrade.scala264 // Step 8: Upgrade the table back to current version (version 8) and validate record index.COMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala704 // Step 2: Create table and secondary index on 'rider' columnCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala837 // Step 1: Initial Insertion with null valuesCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala890 // Step 2: Delete by record key whose secondary index is null and validate secondary indexCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala913 // Step 3: Update null to non-nullCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala941 // Step 4: Update non-null to nullCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala964 // Step 5: Update null to null (should be no-op but validate)COMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala977 // Step 6: Insert new record with null descriptionCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala998 // Step 7: Insert new record with non-null descriptionCOMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala1049 // Step 8: Test delete record behavior in log files (MOR specific)COMMENT
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala406 // Step 1: Initial Insertion of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala415 // Step 3: Perform Update Operations on Subset of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala501 // Step 1: Initial Insertion of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala509 // Step 3: Perform Update Operations on Subset of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala536 // Step 1: Initial Insertion of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala545 // Step 3: Perform Update Operations on Subset of RecordsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala427 // Step 4: Trigger Compaction with this update as the compaction frequency is set to 3 commitsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala447 // Step 5: Trigger Clustering with this update as the clustering frequency is set to 4 commitsSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala462 // Step 6: Perform Deletes on Records and Validate Secondary IndexSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala476 // Step 7: Final Update and ValidationSTRING
LOW…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala562 // Step 4: Perform Time Travel QuerySTRING
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java42 // Step 1: Set Up Test DataCOMMENT
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java48 // Step 2: Call the MethodCOMMENT
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java50 // Step 3: AssertionsCOMMENT
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java64 // Step 1: Set Up Test DataCOMMENT
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java71 // Step 2: Call the MethodCOMMENT
LOW…ava/org/apache/hudi/common/util/TestBaseFileUtils.java73 // Step 3: AssertionsCOMMENT
95 more matches not shown…
Decorative Section Separators82 hits · 214 pts
SeverityFileLineSnippetContext
MEDIUM.codecov.yml28# --------------COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py81# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py83# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py114# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py116# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py172# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py174# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py215# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py217# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py261# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py263# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py301# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py303# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py434# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py436# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py516# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py518# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py567# ======================================================COMMENT
MEDIUM…on/vector_blob_demo/hudi_dataframe_vector_blob_demo.py569# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py273# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py275# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py71# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py73# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py100# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py102# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py157# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py159# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py191# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py193# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py236# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py238# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py346# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py348# ======================================================COMMENT
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py396# ======================================================STRING
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py398# ======================================================STRING
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py441# ======================================================STRING
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py443# ======================================================STRING
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py494# ======================================================STRING
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py496# ======================================================STRING
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py536# ======================================================STRING
MEDIUM…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py538# ======================================================STRING
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py73# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py75# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py111# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py113# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py162# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py164# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py202# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py204# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py262# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py264# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py317# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py319# ======================================================COMMENT
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py347# ======================================================STRING
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py349# ======================================================STRING
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py405# ======================================================STRING
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py407# ======================================================STRING
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py465# ======================================================STRING
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py467# ======================================================STRING
MEDIUM…/test/python/vector_blob_demo/hudi_blob_reader_demo.py532# ======================================================STRING
22 more matches not shown…
Fake / Example Data42 hits · 54 pts
SeverityFileLineSnippetContext
LOW…g/apache/hudi/hadoop/utils/TestHiveAvroSerializer.java206 new Text("John Doe"),CODE
LOW…g/apache/hudi/hadoop/utils/TestHiveAvroSerializer.java214 assertEquals(new Text("John Doe"), serializer.getValue(record, "name"));CODE
LOW…g/apache/hudi/hadoop/utils/TestHiveAvroSerializer.java306 new Text("John Doe"),CODE
LOW…g/apache/hudi/hadoop/utils/TestHiveAvroSerializer.java314 assertEquals(new Utf8("John Doe"), serializer.getValueAsJava(record, "name"));CODE
LOW…apache/hudi/io/storage/TestHoodieSparkLanceReader.java290 expectedRows.add(createRow(1, "Alice", createRow("123 Main St", "New York", 10001)));CODE
LOW…apache/hudi/io/storage/TestHoodieSparkLanceWriter.java463 UTF8String.fromString("123 Main St"),CODE
LOW…di/functional/TestFileGroupReaderPartitionColumn.scala99 Row("c", 2550218872L, 2L, "IN", "0x100000021ce30", "Acme Corp", "plan change", 11.0),CODE
LOW…di/functional/TestFileGroupReaderPartitionColumn.scala105 Row("c", 2550220512L, 14L, "IN", "0x10000008d8892", "Acme Corp", "deactivation", 17.0),CODE
LOW…di/functional/TestFileGroupReaderPartitionColumn.scala106 Row("c", 2550220784L, 16L, "CN", "0x10000007352cd", "Acme Corp", "telecoms activity", 18.0)CODE
LOW…di/functional/TestFileGroupReaderPartitionColumn.scala120 Row("u", 2650218872L, 2L, "US", "0x100000021ce30", "Acme Corp", "plan change", 11.0),CODE
LOW…apache/hudi/functional/TestSecondaryIndexPruning.scala1800 spark.sql(s"update $tableName set name = 'John Doe' where record_key_col = 'id1'")STRING
LOW…apache/hudi/functional/TestSecondaryIndexPruning.scala1807 spark.sql(s"update $tableName set name = 'Jane Doe' where record_key_col = 'id2'")STRING
LOW…he/spark/sql/hudi/dml/others/TestMergeIntoTable2.scala1279 | SELECT 1 as id, 'John Doe' as name, 19 as price, 1598886001 as tsCODE
LOW…he/spark/sql/hudi/dml/others/TestMergeIntoTable2.scala1281 | SELECT 2, 'Jane Doe', 24, 1598972400CODE
LOW…he/spark/sql/hudi/dml/others/TestMergeIntoTable2.scala1293 | CAST('John Doe' AS STRING) as name,CODE
LOW…he/spark/sql/hudi/dml/others/TestMergeIntoTable2.scala1316 Seq(1, "John Doe", 19, if (recordMergeMode == RecordMergeMode.EVENT_TIME_ORDERING.name()) 1598886001L else 1CODE
LOW…he/spark/sql/hudi/dml/others/TestMergeIntoTable2.scala1317 Seq(2, "Jane Doe", 24, 1598972400L),CODE
LOW…ql/hudi/dml/others/TestPartialUpdateForMergeInto.scala643 | SELECT 'emp_001' as record_key, 'John Doe' as name, 30 as age,CODE
LOW…ql/hudi/dml/others/TestPartialUpdateForMergeInto.scala663 | SELECT 'emp_001' as record_key, 'John Doe' as name, 30 as age,CODE
LOW…ql/hudi/dml/others/TestPartialUpdateForMergeInto.scala715 | SELECT 'emp_001' as record_key, 'John Doe' as name, 30 as age,CODE
LOW…ql/hudi/dml/others/TestPartialUpdateForMergeInto.scala727 |using ( SELECT 'emp_001' as record_key, 'John Doe' as name, 35 as age, cast(1598886200 as BIGINT) as ts) sCODE
LOW…park/sql/hudi/common/TestTableColumnTypeMismatch.scala620 |select 1 as id, 'John Doe' as name, 19 as price, 1598886000 as tsCODE
LOW…park/sql/hudi/common/TestTableColumnTypeMismatch.scala622 |select 2, 'Jane Doe', 24, 1598972400CODE
LOW…park/sql/hudi/common/TestTableColumnTypeMismatch.scala632 | cast('John Doe' as ${testCase.sourceSchema.find(_._1 == "name").get._2}) as name,CODE
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java432 Object rowKeyNotExist = HoodieAvroUtils.getNestedFieldVal(rec, "fake_key", true, false);CODE
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java436 assertEquals("fake_key(Part -fake_key) field not found in record. Acceptable fields were :[timestamp, _row_key, non_CODE
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java438 HoodieAvroUtils.getNestedFieldVal(rec, "fake_key", false, false)).getMessage());CODE
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java454 // test get fake_keyCOMMENT
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java455 assertEquals("fake_key(Part -fake_key) field not found in record. Acceptable fields were :[firstname, lastname, studCODE
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java457 HoodieAvroUtils.getNestedFieldVal(rec, "fake_key", false, false)).getMessage());CODE
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java468 // test get student.fake_keyCOMMENT
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java469 assertEquals("student.fake_key(Part -fake_key) field not found in record. Acceptable fields were :[firstnameNested, CODE
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java471 HoodieAvroUtils.getNestedFieldVal(rec, "student.fake_key", false, false)).getMessage());CODE
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java479 // test get student.firstname.fake_keyCOMMENT
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java482 HoodieAvroUtils.getNestedFieldVal(rec, "student.firstnameNested.fake_key", false, false)).getMessage());CODE
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java484 // test get student.lastname(null).fake_keyCOMMENT
LOW…a/org/apache/hudi/common/avro/TestHoodieAvroUtils.java487 HoodieAvroUtils.getNestedFieldVal(rec, "student.lastnameNested.fake_key", false, false)).getMessage());CODE
LOW…di/io/TestSecondaryIndexStreamingTrackerFileSlice.java273 nameMap.put("key1", "John Doe");CODE
LOW…i/index/expression/TestHoodieSparkExpressionIndex.java162 RowFactory.create("John Doe"),CODE
LOW…i-utilities/src/test/resources/data/nested_data_1.json1{"firstName":"John","lastName":"Doe","birthdate":{"year":1990,"month":5,"day":15},"address":{"street":"123 Main St","citCODE
LOW…i/utilities/deltastreamer/TestHoodieDeltaStreamer.java958 "placeholder", false, true, false, null, HoodieTableType.MERGE_ON_READ.name());CODE
LOW…es/sources/helpers/TestCloudObjectsSelectorCommon.java197 Row address1 = RowFactory.create("123 Main St", "Springfield", "12345", RowFactory.create("India", "IN"));CODE
Cross-Language Confusion6 hits · 22 pts
SeverityFileLineSnippetContext
HIGH…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py407 # `named_struct('type', 'INLINE', 'data', <bytes>, 'reference', null)` isSTRING
HIGH…/test/python/vector_blob_demo/hudi_blob_reader_demo.py87# DESCRIPTOR → image_bytes.data is null; you must call read_blob() to materializeCOMMENT
HIGH…/test/python/vector_blob_demo/hudi_blob_reader_demo.py359 # named_struct('type','OUT_OF_LINE','data', null, 'reference', named_struct(path, offset, length, managed))STRING
HIGH…/test/python/vector_blob_demo/hudi_blob_reader_demo.py425 "\nInspecting stored OUT_OF_LINE blobs — `data` is null, `reference.*` points "STRING
HIGH…/test/python/vector_blob_demo/hudi_blob_reader_demo.py436 " `data` is suppressed (length(data) is null), `reference.*` synthesized to point\n"STRING
HIGH…/test/python/vector_blob_demo/hudi_blob_reader_demo.py620 print("✓ Story: bytes live in the Hudi base files but are read lazily — image_bytes.data is null,")STRING
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUM…t/functional/TestHoodieClientOnCopyOnWriteStorage.java1079 // rollback should have succeeded. Essentially, the pending clustering should not hinder the rollback of regular comCOMMENT
MEDIUM…ache/hudi/functional/TestParquetColumnProjection.scala57 // is not robust, and works most reliably only when we read just a single file. As such, making tableCOMMENT
MEDIUM…/spark/sql/hudi/feature/index/TestSecondaryIndex.scala875 // TODO [HUDI-9549] predicate of is null / not null will not leverage index lookup as of todayCOMMENT
MEDIUM…pache/hudi/common/table/log/block/HoodieDataBlock.java61 // TODO rebase records/content to leverage Either to warrantCOMMENT
MEDIUM…/hudi/integ2/testcontainers/command/CommandResult.java83 // Normalize whitespace for more robust matchingCOMMENT
Excessive Try-Catch Wrapping10 hits · 14 pts
SeverityFileLineSnippetContext
LOWhudi-notebooks/notebooks/spark3/utils.py167 except Exception as e:CODE
LOWhudi-notebooks/notebooks/spark3/utils.py184 except Exception as e:CODE
MEDIUMhudi-notebooks/notebooks/spark3/utils.py185 print(f"Error converting DataFrame to Pandas: {e}")CODE
LOWhudi-notebooks/notebooks/spark4/utils.py190 except Exception as e:CODE
LOWhudi-notebooks/notebooks/spark4/utils.py199 except Exception as e:CODE
LOWhudi-notebooks/notebooks/spark4/utils.py204 except Exception as e:CODE
LOWhudi-notebooks/notebooks/spark4/utils.py215 except Exception as e:CODE
LOWhudi-notebooks/notebooks/spark4/utils.py245 except Exception as e:CODE
LOWhudi-notebooks/notebooks/spark4/utils.py264 except Exception as e:CODE
MEDIUMhudi-notebooks/notebooks/spark4/utils.py265 print(f"Error converting DataFrame to Pandas: {e}")CODE
Redundant / Tautological Comments5 hits · 8 pts
SeverityFileLineSnippetContext
LOW.codecov.yml19# Check if this file is valid by running in bash:COMMENT
LOWdocker/hoodie/hadoop/hive_base/conf/hive-env.sh48# Set HADOOP_HOME to point to a specific hadoop install directoryCOMMENT
LOW…ources/upgrade-downgrade-fixtures/generate-fixtures.sh104 # Check if version is in the requested arrayCOMMENT
LOW…ources/upgrade-downgrade-fixtures/generate-fixtures.sh161 # Check if Spark binary already existsCOMMENT
LOWscripts/release/validate_source_copyright.sh54# Check if the variable holding the list of files is non-emptyCOMMENT
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHhudi-examples/hudi-examples-dbt/dbt_project.yml41# In this example config, we tell dbt to build all models in the example/ directoryCOMMENT
Hyper-Verbose Identifiers6 hits · 6 pts
SeverityFileLineSnippetContext
LOW…t/python/vector_blob_demo/hudi_sql_vector_blob_demo.py280def stage_to_parquet_with_pyarrow(data, embedding_dim: int, staging_path: str) -> None:CODE
LOW…g/apache/hudi/timeline/service/TestRequestHandler.java55class TestRequestHandler extends HoodieCommonTestHarness {CODE
LOW…a/org/apache/hudi/timeline/service/RequestHandler.java74public class RequestHandler {CODE
LOW…/scala/org/apache/hudi/SparkHoodieTableFileIndex.scala560 def getOrCreateChild(parent: NestedFieldNode, name: String): NestedFieldNode = {CODE
LOW…pache/spark/sql/hive/SparkCatalogMetaStoreClient.scala282 override def get_role_grants_for_principal(arg0: org.apache.hadoop.hive.metastore.api.GetRoleGrantsForPrincipalRequestCODE
LOW.github/workflows/azure_ci.js20async function checkAzureCiAndCreateCommitStatus({ github, context, prNumber, latestCommitHash }) {CODE
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMpackaging/bundle-validation/validate.sh305 # Create a temporary directory for CLI commands outputCOMMENT
MEDIUMhudi-kafka-connect/demo/setupKafka.sh124 # Create the topic with 4 partitionsCOMMENT
Slop Phrases2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…i/examples/quickstart/source/ContinuousFileSource.java59 * <p>NOTE: this class is represented twice: in test utils and in quickstart. Don't forget to update both files.COMMENT
LOW…org/apache/hudi/utils/source/ContinuousFileSource.java59 * <p>NOTE: this class is represented twice: in test utils and in quickstart. Don't forget to update both files.COMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMscripts/pr_compliance.py246#Class that orchestrates the validation of the entire bodyCOMMENT
Unused Imports2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…mples-spark/src/test/python/HoodiePySparkQuickstart.py18CODE
LOWscripts/pr_compliance.py20CODE
Deep Nesting2 hits · 2 pts
SeverityFileLineSnippetContext
LOWscripts/pr_compliance.py210CODE
LOWscripts/pr_compliance.py284CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWscripts/release/copy_staging_repo.sh20# Usage:COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…e/hudi/utilities/TestHoodieMetadataTableValidator.java464 // TODO: Add validation for compaction and clustering casesCOMMENT