Repository Analysis

apache/hive

Apache Hive

17.9 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of apache/hive, a Java project with 5,988 GitHub stars. SynthScan v2.0 examined 2,577,230 lines of code across 11087 source files, recording 5116 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 17.9 places this repository in the Moderate AI signal band.

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

17.9
Adjusted Score
17.9
Raw Score
100%
Time Factor
2026-07-14
Last Push
6.0K
Stars
Java
Language
2.6M
Lines of Code
11.1K
Files
5.1K
Pattern Hits
2026-07-14
Scan Date
0.34
HC Hit Rate

What These Metrics Mean

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

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 3751HIGH 1MEDIUM 131LOW 1233

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 5116 distinct pattern matches across 18 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 Indicators3751 hits · 44792 pts
SeverityFileLineSnippetContext
CRITICALRELEASE_NOTES.txt357 * [HIVE-16276] - Fix NoSuchMethodError: com.amazonaws.services.s3.transfer.TransferManagerConfiguration.setMultipartCOMMENT
CRITICAL…apache/hadoop/hive/druid/DruidStorageHandlerUtils.java708 if (org.apache.commons.lang3.StringUtils.isNotBlank(val)) {CODE
CRITICAL…e/hadoop/hive/druid/io/DruidQueryBasedInputFormat.java210 throw new IOException(org.apache.hadoop.util.StringUtils.stringifyException(e));CODE
CRITICAL…e/hadoop/hive/druid/io/DruidQueryBasedInputFormat.java221 throw new IOException(org.apache.hadoop.util.StringUtils.stringifyException(e));CODE
CRITICAL…ava/org/apache/hadoop/hive/druid/serde/DruidSerDe.java109 if (!org.apache.commons.lang3.StringUtils.isEmpty(properties.getProperty(serdeConstants.LIST_COLUMNS))CODE
CRITICAL…ava/org/apache/hadoop/hive/druid/serde/DruidSerDe.java110 && !org.apache.commons.lang3.StringUtils.isEmpty(properties.getProperty(serdeConstants.LIST_COLUMN_TYPES))) {CODE
CRITICAL…ava/org/apache/hadoop/hive/druid/serde/DruidSerDe.java148 if (org.apache.commons.lang3.StringUtils.isEmpty(address)) {CODE
CRITICAL…e/hive/service/rpc/thrift/TGetDelegationTokenResp.java96 org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TGetDelegationTokenResp.class, metaDataMap);CODE
CRITICAL…e/hive/service/rpc/thrift/TGetDelegationTokenResp.java399 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…e/hive/service/rpc/thrift/TGetDelegationTokenResp.java407 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…e/hive/service/rpc/thrift/TGetDelegationTokenResp.java411 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…e/hive/service/rpc/thrift/TGetDelegationTokenResp.java478 return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCCODE
CRITICAL…rg/apache/hive/service/rpc/thrift/TGetCatalogsReq.java88 org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TGetCatalogsReq.class, metaDataMap);CODE
CRITICAL…rg/apache/hive/service/rpc/thrift/TGetCatalogsReq.java317 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…rg/apache/hive/service/rpc/thrift/TGetCatalogsReq.java321 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…rg/apache/hive/service/rpc/thrift/TGetCatalogsReq.java368 return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCCODE
CRITICAL…ache/hive/service/rpc/thrift/TExecuteStatementReq.java122 org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TExecuteStatementReq.class, metaDataMap);CODE
CRITICAL…ache/hive/service/rpc/thrift/TExecuteStatementReq.java656 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…ache/hive/service/rpc/thrift/TExecuteStatementReq.java664 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…ache/hive/service/rpc/thrift/TExecuteStatementReq.java684 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…ache/hive/service/rpc/thrift/TExecuteStatementReq.java692 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…ache/hive/service/rpc/thrift/TExecuteStatementReq.java700 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…ache/hive/service/rpc/thrift/TExecuteStatementReq.java704 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…ache/hive/service/rpc/thrift/TExecuteStatementReq.java835 return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCCODE
CRITICAL…/apache/hive/service/rpc/thrift/TCloseSessionResp.java88 org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TCloseSessionResp.class, metaDataMap);CODE
CRITICAL…/apache/hive/service/rpc/thrift/TCloseSessionResp.java317 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…/apache/hive/service/rpc/thrift/TCloseSessionResp.java321 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…/apache/hive/service/rpc/thrift/TCloseSessionResp.java368 return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCCODE
CRITICAL…bean/org/apache/hive/service/rpc/thrift/TI32Value.java91 org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TI32Value.class, metaDataMap);CODE
CRITICAL…bean/org/apache/hive/service/rpc/thrift/TI32Value.java303 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…bean/org/apache/hive/service/rpc/thrift/TI32Value.java307 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…bean/org/apache/hive/service/rpc/thrift/TI32Value.java363 return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCCODE
CRITICAL…org/apache/hive/service/rpc/thrift/TGetColumnsReq.java117 org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TGetColumnsReq.class, metaDataMap);CODE
CRITICAL…org/apache/hive/service/rpc/thrift/TGetColumnsReq.java642 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…org/apache/hive/service/rpc/thrift/TGetColumnsReq.java650 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…org/apache/hive/service/rpc/thrift/TGetColumnsReq.java658 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…org/apache/hive/service/rpc/thrift/TGetColumnsReq.java666 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…org/apache/hive/service/rpc/thrift/TGetColumnsReq.java674 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…org/apache/hive/service/rpc/thrift/TGetColumnsReq.java678 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…org/apache/hive/service/rpc/thrift/TGetColumnsReq.java796 return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCCODE
CRITICAL…g/apache/hive/service/rpc/thrift/TGetFunctionsReq.java110 org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TGetFunctionsReq.class, metaDataMap);CODE
CRITICAL…g/apache/hive/service/rpc/thrift/TGetFunctionsReq.java565 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…g/apache/hive/service/rpc/thrift/TGetFunctionsReq.java573 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…g/apache/hive/service/rpc/thrift/TGetFunctionsReq.java581 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…g/apache/hive/service/rpc/thrift/TGetFunctionsReq.java589 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…g/apache/hive/service/rpc/thrift/TGetFunctionsReq.java593 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…g/apache/hive/service/rpc/thrift/TGetFunctionsReq.java685 return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCCODE
CRITICAL…/apache/hive/service/rpc/thrift/TGetFunctionsResp.java96 org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TGetFunctionsResp.class, metaDataMap);CODE
CRITICAL…/apache/hive/service/rpc/thrift/TGetFunctionsResp.java402 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…/apache/hive/service/rpc/thrift/TGetFunctionsResp.java411 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…/apache/hive/service/rpc/thrift/TGetFunctionsResp.java415 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…/apache/hive/service/rpc/thrift/TGetFunctionsResp.java483 return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCCODE
CRITICAL…bean/org/apache/hive/service/rpc/thrift/TI64Value.java91 org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TI64Value.class, metaDataMap);CODE
CRITICAL…bean/org/apache/hive/service/rpc/thrift/TI64Value.java303 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…bean/org/apache/hive/service/rpc/thrift/TI64Value.java307 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…bean/org/apache/hive/service/rpc/thrift/TI64Value.java363 return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCCODE
CRITICAL…che/hive/service/rpc/thrift/TGetCrossReferenceReq.java131 org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TGetCrossReferenceReq.class, metaDataMap);CODE
CRITICAL…che/hive/service/rpc/thrift/TGetCrossReferenceReq.java804 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…che/hive/service/rpc/thrift/TGetCrossReferenceReq.java812 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
CRITICAL…che/hive/service/rpc/thrift/TGetCrossReferenceReq.java820 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);CODE
3691 more matches not shown…
Over-Commented Block390 hits · 388 pts
SeverityFileLineSnippetContext
LOW.asf.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpackaging/src/docker/start-hive.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWpackaging/src/docker/build.sh1#!/bin/bashCOMMENT
LOWpackaging/src/docker/docker-compose.yml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWpackaging/src/docker/stop-hive.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWpackaging/src/docker/entrypoint.sh1#!/bin/bashCOMMENT
LOW…g/src/docker/thirdparties/gravitino/docker-compose.yml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…aging/src/docker/thirdparties/gravitino/common/init.sh1#!/bin/sh -xCOMMENT
LOW…rties/gravitino/gravitino/start-iceberg-rest-server.sh1#!/bin/bashCOMMENT
LOW…ng/src/docker/thirdparties/gravitino/gravitino/init.sh1#!/bin/bashCOMMENT
LOW…docker/thirdparties/gravitino/gravitino/healthcheck.sh1#!/bin/bashCOMMENT
LOW…ing/src/docker/thirdparties/polaris/docker-compose.yml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…kaging/src/docker/thirdparties/polaris/polaris/init.sh1#!/bin/sh -xCOMMENT
LOW…rc/docker/thirdparties/polaris/polaris/obtain-token.sh1#!/bin/sh -xCOMMENT
LOWpackaging/src/docker/storage/ozone/docker-compose.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWpackaging/src/kubernetes/config/rbac/cluster-role.yaml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…kaging/src/kubernetes/config/rbac/service-account.yaml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…g/src/kubernetes/config/rbac/cluster-role-binding.yaml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…src/kubernetes/config/samples/hivecluster-full-ha.yaml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…src/kubernetes/config/samples/hivecluster-minimal.yaml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ckaging/src/kubernetes/config/operator/deployment.yaml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWpackaging/src/kubernetes/helm/hive-operator/Chart.yaml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWpackaging/src/kubernetes/helm/hive-operator/values.yaml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWpackaging/src/kubernetes/helm/hive-operator/values.yaml81 # fs.s3a.path.style.access: "true"COMMENT
LOWpackaging/src/kubernetes/helm/hive-operator/values.yaml101COMMENT
LOW…op/hive/metastore/tools/metatool/TestHiveMetaTool.java261COMMENT
LOW…/apache/hive/jdbc/TestTriggersMoveWorkloadManager.java201 errCaptureExpect.add("Event: MOVE Pool: BI Cluster %: 80.00");COMMENT
LOW…/apache/hive/jdbc/TestTriggersMoveWorkloadManager.java221// setCmds.add("set hive.tez.session.events.print.summary=json");COMMENT
LOWitests/bin/validateTestConfiguration.sh1#!/bin/bashCOMMENT
LOWitests/bin/generate-cli-splits.sh1#!/bin/bashCOMMENT
LOWitests/test-docker/k8s/hive-metastore/deployment.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWitests/test-docker/k8s/hive-metastore/service.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWitests/test-docker/k8s/hive-metastore/configmap.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWitests/test-docker/k8s/hadoop/configmap.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWitests/test-docker/k8s/hive/deployment.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWitests/test-docker/k8s/hive/service.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWitests/test-docker/k8s/hive/configmap.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWitests/test-docker/k8s/beeline/deployment.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWitests/test-docker/scripts/setup.sh1#!/bin/bashCOMMENT
LOWitests/test-docker/scripts/test_hive_server2.sh1#!/bin/bashCOMMENT
LOWitests/test-docker/scripts/teardown.sh1#!/bin/bashCOMMENT
LOWitests/test-docker/helm/ozone/values.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWbin/init-hive-dfs.sh1#!/usr/bin/env bashCOMMENT
LOWbin/replstats.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/hive-config.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/cli.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/fixacidkeyindex.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/replMigration.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/rcfilecat.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/tokentool.sh1#!/bin/bashCOMMENT
LOWbin/ext/orcfiledump.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/debug.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/llap.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/cleardanglingscratchdir.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/lineage.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/llapstatus.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/help.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/schemaTool.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/metastore.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWbin/ext/beeline.sh1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
330 more matches not shown…
Hyper-Verbose Identifiers507 hits · 336 pts
SeverityFileLineSnippetContext
LOW…druid/security/RetryIfUnauthorizedResponseHandler.java35public class RetryIfUnauthorizedResponseHandler<Intermediate, Final>CODE
LOW…/org/apache/hadoop/hive/llap/AsyncResponseHandler.java32public class AsyncResponseHandler {CODE
LOW…oop/hive/metastore/handler/AbstractRequestHandler.java62public abstract class AbstractRequestHandler<T extends TBase, A extends AbstractRequestHandler.Result> {CODE
LOW…ore/txn/jdbc/queries/CompactionMetricsDataHandler.java32public class CompactionMetricsDataHandler implements QueryHandler<CompactionMetricsData> {CODE
LOW…thrift/gen-php/metastore/ThriftHiveMetastoreClient.php8248 public function isPartitionMarkedForEvent($db_name, $tbl_name, array $part_vals, $eventType)CODE
LOW…gen/thrift/gen-php/metastore/ThriftHiveMetastoreIf.php1030 public function isPartitionMarkedForEvent($db_name, $tbl_name, array $part_vals, $eventType);CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb497 def get_fields_with_environment_context(db_name, table_name, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb502 def send_get_fields_with_environment_context(db_name, table_name, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb506 def recv_get_fields_with_environment_context()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb551 def get_schema_with_environment_context(db_name, table_name, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb556 def send_get_schema_with_environment_context(db_name, table_name, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb560 def recv_get_schema_with_environment_context()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb605 def create_table_with_environment_context(tbl, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb610 def send_create_table_with_environment_context(tbl, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb614 def recv_create_table_with_environment_context()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb623 def create_table_with_constraints(tbl, primaryKeys, foreignKeys, uniqueConstraints, notNullConstraints, defaultConstCODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb628 def send_create_table_with_constraints(tbl, primaryKeys, foreignKeys, uniqueConstraints, notNullConstraints, defaultCODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb632 def recv_create_table_with_constraints()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb806 def drop_table_with_environment_context(dbname, name, deleteData, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb811 def send_drop_table_with_environment_context(dbname, name, deleteData, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb815 def recv_drop_table_with_environment_context()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb902 def get_all_materialized_view_objects_for_rewriting()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb907 def send_get_all_materialized_view_objects_for_rewriting()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb911 def recv_get_all_materialized_view_objects_for_rewriting()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb918 def get_materialized_views_for_rewriting(db_name)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb923 def send_get_materialized_views_for_rewriting(db_name)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb927 def recv_get_materialized_views_for_rewriting()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb999 def get_table_objects_by_name_req(req)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1004 def send_get_table_objects_by_name_req(req)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1008 def recv_get_table_objects_by_name_req()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1017 def get_materialization_invalidation_info(creation_metadata, validTxnList)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1022 def send_get_materialization_invalidation_info(creation_metadata, validTxnList)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1026 def recv_get_materialization_invalidation_info()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1040 def send_update_creation_metadata(catName, dbname, tbl_name, creation_metadata)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1044 def recv_update_creation_metadata()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1052 def get_table_names_by_filter(dbname, filter, max_tables)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1057 def send_get_table_names_by_filter(dbname, filter, max_tables)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1061 def recv_get_table_names_by_filter()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1086 def alter_table_with_environment_context(dbname, tbl_name, new_tbl, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1091 def send_alter_table_with_environment_context(dbname, tbl_name, new_tbl, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1095 def recv_alter_table_with_environment_context()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1168 def add_partition_with_environment_context(new_part, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1173 def send_add_partition_with_environment_context(new_part, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1177 def recv_add_partition_with_environment_context()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1258 def append_partition_with_environment_context(db_name, tbl_name, part_vals, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1263 def send_append_partition_with_environment_context(db_name, tbl_name, part_vals, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1267 def recv_append_partition_with_environment_context()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1299 def send_append_partition_by_name(db_name, tbl_name, part_name)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1303 def recv_append_partition_by_name()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1312 def append_partition_by_name_with_environment_context(db_name, tbl_name, part_name, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1317 def send_append_partition_by_name_with_environment_context(db_name, tbl_name, part_name, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1321 def recv_append_partition_by_name_with_environment_context()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1347 def drop_partition_with_environment_context(db_name, tbl_name, part_vals, deleteData, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1352 def send_drop_partition_with_environment_context(db_name, tbl_name, part_vals, deleteData, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1356 def recv_drop_partition_with_environment_context()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1386 def send_drop_partition_by_name(db_name, tbl_name, part_name, deleteData)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1390 def recv_drop_partition_by_name()CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1398 def drop_partition_by_name_with_environment_context(db_name, tbl_name, part_name, deleteData, environment_context)CODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1403 def send_drop_partition_by_name_with_environment_context(db_name, tbl_name, part_name, deleteData, environment_conteCODE
LOW…-common/src/gen/thrift/gen-rb/thrift_hive_metastore.rb1407 def recv_drop_partition_by_name_with_environment_context()CODE
447 more matches not shown…
Decorative Section Separators94 hits · 290 pts
SeverityFileLineSnippetContext
MEDIUMpackaging/src/docker/entrypoint.sh22# =========================================================================COMMENT
MEDIUMpackaging/src/docker/entrypoint.sh24# =========================================================================COMMENT
MEDIUMpackaging/src/docker/entrypoint.sh37# =========================================================================COMMENT
MEDIUMpackaging/src/docker/entrypoint.sh39# =========================================================================COMMENT
MEDIUMpackaging/src/docker/entrypoint.sh55# =========================================================================COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh27#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh29#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh36#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh38#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh68#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh70#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh91#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh93#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh110#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh112#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh129#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh131#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh148#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh150#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh166#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh168#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh173#--------------------------------------------------------------------------------COMMENT
MEDIUM…kaging/src/docker/thirdparties/polaris/polaris/init.sh175#--------------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml67 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml69 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml73 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml75 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml174 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml179 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml182 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml186 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml16# =============================================================================COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml22# =============================================================================COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml54 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml56 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml108 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml110 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml122 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml124 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml150 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml152 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml209 # ---------------------------------------------------------------------------COMMENT
MEDIUMpackaging/src/kubernetes/helm/hive-operator/values.yaml211 # ---------------------------------------------------------------------------COMMENT
MEDIUMhcatalog/bin/common.sh20#====================================COMMENT
MEDIUMhcatalog/bin/common.sh22#====================================COMMENT
MEDIUMhcatalog/webhcat/svr/src/main/bin/webhcat_config.sh27#====================================COMMENT
MEDIUMhcatalog/webhcat/svr/src/main/bin/webhcat_config.sh29#====================================COMMENT
MEDIUMhcatalog/webhcat/svr/src/main/bin/webhcat_config.sh50#================================================COMMENT
MEDIUMhcatalog/webhcat/svr/src/main/bin/webhcat_config.sh52#================================================COMMENT
MEDIUMhcatalog/webhcat/svr/src/main/bin/webhcat_config.sh117#====================================COMMENT
MEDIUMhcatalog/webhcat/svr/src/main/bin/webhcat_config.sh119#====================================COMMENT
MEDIUMstandalone-metastore/packaging/src/docker/entrypoint.sh22# =========================================================================COMMENT
MEDIUMstandalone-metastore/packaging/src/docker/entrypoint.sh24# =========================================================================COMMENT
MEDIUMstandalone-metastore/packaging/src/docker/entrypoint.sh37# =========================================================================COMMENT
MEDIUMstandalone-metastore/packaging/src/docker/entrypoint.sh39# =========================================================================COMMENT
MEDIUMstandalone-metastore/packaging/src/docker/entrypoint.sh45# =========================================================================COMMENT
MEDIUMllap-server/src/main/resources/argparse.py1260 # ====================COMMENT
MEDIUMllap-server/src/main/resources/argparse.py1262 # ====================COMMENT
MEDIUMllap-server/src/main/resources/argparse.py1270 # ==================================COMMENT
MEDIUMllap-server/src/main/resources/argparse.py1272 # ==================================COMMENT
34 more matches not shown…
Unused Imports124 hits · 122 pts
SeverityFileLineSnippetContext
LOW…ice-rpc/src/gen/thrift/gen-py/TCLIService/constants.py9CODE
LOW…ice-rpc/src/gen/thrift/gen-py/TCLIService/constants.py9CODE
LOW…ice-rpc/src/gen/thrift/gen-py/TCLIService/constants.py9CODE
LOW…ice-rpc/src/gen/thrift/gen-py/TCLIService/constants.py9CODE
LOW…ice-rpc/src/gen/thrift/gen-py/TCLIService/constants.py9CODE
LOW…ice-rpc/src/gen/thrift/gen-py/TCLIService/constants.py10CODE
LOW…ice-rpc/src/gen/thrift/gen-py/TCLIService/constants.py11CODE
LOW…ice-rpc/src/gen/thrift/gen-py/TCLIService/constants.py13CODE
LOW…ice-rpc/src/gen/thrift/gen-py/TCLIService/constants.py14CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py9CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py9CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py10CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py13CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py15CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py9CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py9CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py9CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py9CODE
LOW…mmon/src/gen/thrift/gen-py/hive_metastore/constants.py9CODE
LOW…mmon/src/gen/thrift/gen-py/hive_metastore/constants.py9CODE
LOW…mmon/src/gen/thrift/gen-py/hive_metastore/constants.py9CODE
LOW…mmon/src/gen/thrift/gen-py/hive_metastore/constants.py9CODE
LOW…mmon/src/gen/thrift/gen-py/hive_metastore/constants.py9CODE
LOW…mmon/src/gen/thrift/gen-py/hive_metastore/constants.py10CODE
LOW…mmon/src/gen/thrift/gen-py/hive_metastore/constants.py11CODE
LOW…mmon/src/gen/thrift/gen-py/hive_metastore/constants.py13CODE
LOW…mmon/src/gen/thrift/gen-py/hive_metastore/constants.py14CODE
LOWllap-server/src/main/resources/package.py19CODE
LOWllap-server/src/main/resources/package.py23CODE
LOWllap-server/src/main/resources/package.py27CODE
LOWservice/lib/py/thrift/transport/TTwisted.py20CODE
LOWservice/lib/py/thrift/transport/TTwisted.py24CODE
LOWservice/lib/py/thrift/transport/THttpClient.py20CODE
LOWservice/lib/py/thrift/protocol/TBinaryProtocol.py20CODE
LOWservice/lib/py/thrift/protocol/TProtocol.py20CODE
LOWservice/lib/py/thrift/reflection/limited/constants.py7CODE
LOWservice/lib/py/thrift/reflection/limited/constants.py8CODE
LOWservice/lib/py/thrift/reflection/limited/ttypes.py7CODE
LOWservice/lib/py/fb303_scripts/fb303_simple_mgmt.py25CODE
LOWservice/lib/py/fb303_scripts/fb303_simple_mgmt.py31CODE
LOWservice/lib/py/fb303_scripts/fb303_simple_mgmt.py32CODE
LOWservice/lib/py/fb303/constants.py7CODE
LOWservice/lib/py/fb303/constants.py8CODE
LOWservice/lib/py/fb303/ttypes.py7CODE
LOWservice/lib/py/fb303/ttypes.py9CODE
LOWservice/lib/py/fb303/ttypes.py10CODE
LOWservice/lib/py/fb303/FacebookService.py7CODE
LOWservice/lib/py/fb303/FacebookService.py8CODE
LOWdata/scripts/cat.py19CODE
LOWdata/scripts/cat.py20CODE
LOWdata/scripts/cat.py21CODE
LOWql/src/gen/thrift/gen-py/queryplan/constants.py9CODE
LOWql/src/gen/thrift/gen-py/queryplan/constants.py9CODE
LOWql/src/gen/thrift/gen-py/queryplan/constants.py9CODE
LOWql/src/gen/thrift/gen-py/queryplan/constants.py9CODE
LOWql/src/gen/thrift/gen-py/queryplan/constants.py9CODE
LOWql/src/gen/thrift/gen-py/queryplan/constants.py10CODE
LOWql/src/gen/thrift/gen-py/queryplan/constants.py11CODE
LOWql/src/gen/thrift/gen-py/queryplan/constants.py13CODE
LOWql/src/gen/thrift/gen-py/queryplan/constants.py14CODE
64 more matches not shown…
Deep Nesting103 hits · 74 pts
SeverityFileLineSnippetContext
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py449CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py515CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py587CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py717CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py787CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py856CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py994CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py1102CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py1176CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py1267CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py1746CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py1864CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py1934CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2014CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2094CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2174CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2254CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2334CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2414CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2494CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2586CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2722CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2845CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2950CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py3086CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py3183CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py3285CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py3387CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py3656CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py3760CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py3833CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py3913CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4023CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4155CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4231CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4322CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4402CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4510CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4644CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4718CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4798CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4876CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py4982CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5114CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5192CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5290CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5366CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5457CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5533CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5622CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5704CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5820CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5892CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5981CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py6434CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py6510CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py6605CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py6688CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py6772CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py6843CODE
43 more matches not shown…
AI Slop Vocabulary25 hits · 73 pts
SeverityFileLineSnippetContext
MEDIUM…pache/hive/hcatalog/mapreduce/HCatBaseInputFormat.java235 // Essentially, partition values are represented as strings, but we want the actual object type associatedCOMMENT
MEDIUM…/e2e/hcatalog/deployers/HCatExistingClusterDeployer.pm31# Deploy the Pig harness to a cluster and database that already exists.COMMENT
MEDIUM…/src/test/e2e/hcatalog/tools/generate/generate_data.pl20# A utility to generate test data for pig test harness tests.COMMENT
MEDIUM…talog/src/test/e2e/templeton/drivers/TestDriverCurl.pm1186# test harness. This call gives an individual driver a chance to fill inCOMMENT
MEDIUM…pache/hadoop/hive/common/type/FastHiveDecimalImpl.java2974 // Definitely a byte; most bytes fall hereCOMMENT
MEDIUM…pache/hadoop/hive/common/type/FastHiveDecimalImpl.java2979 // Definitely not a byte.COMMENT
MEDIUM…pache/hadoop/hive/common/type/FastHiveDecimalImpl.java3132 // Definitely a short; most shorts fall hereCOMMENT
MEDIUM…pache/hadoop/hive/common/type/FastHiveDecimalImpl.java3137 // Definitely not a short.COMMENT
MEDIUM…pache/hadoop/hive/common/type/FastHiveDecimalImpl.java3285 // Definitely a int; most ints fall hereCOMMENT
MEDIUM…pache/hadoop/hive/common/type/FastHiveDecimalImpl.java3290 // Definitely not an int.COMMENT
MEDIUM…pache/hadoop/hive/common/type/FastHiveDecimalImpl.java3438 // Definitely a long; most longs fall hereCOMMENT
MEDIUM…pache/hadoop/hive/common/type/FastHiveDecimalImpl.java3443 // Definitely not a long.COMMENT
MEDIUM…doop/hive/llap/cli/status/LlapStatusServiceDriver.java98 // However it does this - but does it thrice. Essentially - #retries+2 is the number of times the entire configCOMMENT
MEDIUM…hadoop/hive/llap/log/LlapRandomAccessFileAppender.java173 // LOG4J2-1292 utilize gc-free Layout.encode() method: taken care of in superclassCOMMENT
LOWllap-server/src/main/resources/argparse.py2014 # for regular arguments, just add them back into the listCOMMENT
MEDIUM…rg/apache/hadoop/hive/ql/optimizer/StatsOptimizer.java285 // table is sampled. In some situation, we really can leverage rowCOMMENT
MEDIUM…izer/calcite/rules/HiveAggregateJoinTransposeRule.java183 // metadata more robust" is fixed) places a heavy load onCOMMENT
MEDIUM…ve/ql/ddl/database/create/CreateDatabaseOperation.java87 // Location is not set we utilize WAREHOUSE_EXTERNAL together with database nameCOMMENT
MEDIUM…ve/ql/ddl/database/create/CreateDatabaseOperation.java105 // ManagedLocation is not set we utilize WAREHOUSE together with database nameCOMMENT
MEDIUM…/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java12387 // we set viewProjectToTableSchema so that we can leverage ColumnPruner.COMMENT
MEDIUM…/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java12925 // For the replacement, we leverage the methods that are used forCOMMENT
MEDIUM…hive/ql/io/esriJson/UnenclosedGeoJsonRecordReader.java68 // if (next == '}') skipDup = -1; // Definitely notCOMMENT
MEDIUM…ive/ql/io/esriJson/UnenclosedEsriJsonRecordReader.java78 // if (next == '}') skipDup = -1; // Definitely notCOMMENT
MEDIUM…a/org/apache/hadoop/hive/ql/exec/tez/TezProcessor.java261 // leverage TEZ-3437: Improve synchronization and the progress report behavior.COMMENT
MEDIUM…doop/hive/ql/log/HushableRandomAccessFileAppender.java99 // LOG4J2-1292 utilize gc-free Layout.encode() method: taken care of in superclassCOMMENT
Self-Referential Comments12 hits · 36 pts
SeverityFileLineSnippetContext
MEDIUMitests/hive-blobstore/src/test/resources/hive-site.xml304 # Create a file blobstore-conf.xml - DO NOT ADD TO REVISION CONTROLCOMMENT
MEDIUMhcatalog/scripts/hcat_server_install.sh110# Create the needed directories in rootCOMMENT
MEDIUMhcatalog/scripts/hcat_server_install.sh130#Create a softlink from distro conf dir to /etc/hcatalog locationCOMMENT
MEDIUM…/e2e/hcatalog/deployers/HCatExistingClusterDeployer.pm187 # Create the HDFS directoriesCOMMENT
MEDIUMhcatalog/src/test/e2e/hcatalog/drivers/TestDriverPig.pm105 # Create the temporary directoryCOMMENT
MEDIUMhcatalog/src/test/e2e/hcatalog/drivers/TestDriverPig.pm110 # Create the HDFS temporary directoryCOMMENT
MEDIUM…alog/src/test/e2e/hcatalog/drivers/TestDriverHadoop.pm100 # Create the temporary directoryCOMMENT
MEDIUM…talog/src/test/e2e/templeton/drivers/TestDriverCurl.pm209 # Create the temporary directoryCOMMENT
MEDIUMcommon/src/scripts/saveVersion.sh19# This file is used to generate the package-info.java class thatCOMMENT
MEDIUM…ore/metastore-common/src/main/resources/saveVersion.sh19# This file is used to generate the package-info.java class thatCOMMENT
MEDIUMtestutils/gen-report.py176 # Create a queue to communicate with the worker threadsCOMMENT
MEDIUMtestutils/metastore/metastore-validation-test.sh635 # The following code counts the number of open an close parenthesis withinCOMMENT
Excessive Try-Catch Wrapping28 hits · 26 pts
SeverityFileLineSnippetContext
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1096 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1119 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1142 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1165 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1188 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1211 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1234 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1257 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1280 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1303 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1326 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1349 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1372 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1395 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1418 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1441 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1464 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1487 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1510 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1533 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1556 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1579 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1602 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1625 except Exception:CODE
LOW…e-rpc/src/gen/thrift/gen-py/TCLIService/TCLIService.py1648 except Exception:CODE
LOWhcatalog/bin/hcat_server.py115 except Exception as inst:CODE
MEDIUMservice/lib/py/thrift/server/TServer.py205def try_close(file):CODE
LOWservice/lib/py/thrift/server/TNonblockingServer.py53 except Exception:CODE
Verbosity Indicators16 hits · 25 pts
SeverityFileLineSnippetContext
LOW…che/hadoop/hive/ql/parse/TestReplicationScenarios.java1666 // Replication done, we need to check if the new property is addedCOMMENT
LOW…che/hadoop/hive/ql/parse/TestReplicationScenarios.java1682 // Replication done, we need to check if new value is set for existing propertyCOMMENT
LOW…org/apache/hadoop/hive/common/type/UnsignedInt128.java808 // if this is zero, we need to check if o might become zero afterCOMMENT
LOW…e/hadoop/hive/ql/optimizer/AbstractBucketJoinProc.java340 // stored in 'bucketNumbers', we need to check if the number of buckets inCOMMENT
LOW…r/calcite/translator/opconventer/HiveUnionVisitor.java73 // We need to check if the other input branches for union is following the first branchCOMMENT
LOW…ve/ql/optimizer/physical/CommonJoinTaskDispatcher.java194 // Step 1: Check if mapJoinTask has a single child.COMMENT
LOW…ve/ql/optimizer/physical/CommonJoinTaskDispatcher.java276 // We need to check if the total size of local tables is under the limit.COMMENT
LOW…ve/ql/optimizer/physical/CommonJoinTaskDispatcher.java324 // Step 2: Merge mapJoinTask into the Map-side of its child.COMMENT
LOW…rization/plugin/sqlstd/SQLStdHiveAccessController.java106 // so we need to check if the user has changedCOMMENT
LOW…c/properties/AbstractAlterTablePropertiesAnalyzer.java89 // We need to check if the properties are valid, especially for stats.COMMENT
LOW…lter/rebuild/AlterMaterializedViewRebuildAnalyzer.java359 // First we need to check if it is valid to convert to MERGE/INSERT INTO.COMMENT
LOW…/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java484 // Step 1 : Create a temp table objectCOMMENT
LOW…/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java554 // Step 2 : create the Insert queryCOMMENT
LOW…/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java568 // Step 3 : parse the queryCOMMENT
LOW…/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java591 // Step 4 : ReanalyzeCOMMENT
LOW…/serde2/objectinspector/ObjectInspectorConverters.java249 * @param equalsCheck : Do we need to check if the inputOI and outputOI are the same?COMMENT
Fake / Example Data16 hits · 18 pts
SeverityFileLineSnippetContext
LOW…/ql/parse/TestReplicationIncrementalCheckpointing.java386 .run("alter table t1 set tblproperties('dummy_key'='dummy_val')")CODE
LOW…/ql/parse/TestReplicationIncrementalCheckpointing.java393 .run("show tblproperties t1('dummy_key')")CODE
LOW…/ql/parse/TestReplicationIncrementalCheckpointing.java394 .verifyResults(new String[] { "dummy_key\tdummy_val" })CODE
LOW…/ql/parse/TestReplicationIncrementalCheckpointing.java405 .run("show tblproperties t1('dummy_key')")CODE
LOW…/ql/parse/TestReplicationIncrementalCheckpointing.java406 .verifyResults(new String[] { "dummy_key\tdummy_val" });CODE
LOW…/ql/parse/TestReplicationScenariosAcrossInstances.java1121 .run("alter database " + primaryDbName + " set dbproperties('dummy_key'='dummy_val')")CODE
LOW…/ql/parse/TestReplicationScenariosAcrossInstances.java1122 .run("alter table t1 set tblproperties('dummy_key'='dummy_val')")CODE
LOW…g/apache/hive/minikdc/TestHS2AuthMechsWithMiniKdc.java132 String principle = miniHiveKdc.getFullyQualifiedServicePrincipal("dummy_user");CODE
LOW…t/java/org/apache/iceberg/hive/TestHiveSchemaUtil.java179 new FieldSchema("placeholder", serdeConstants.UNKNOWN_TYPE_NAME, "placeholder comment"));CODE
LOW…t/java/org/apache/iceberg/hive/TestHiveSchemaUtil.java182 optional(2, "placeholder", Types.UnknownType.get(), "placeholder comment"));CODE
LOW…t/java/org/apache/iceberg/hive/TestHiveSchemaUtil.java191 optional(2, "placeholder", Types.UnknownType.get(), "placeholder comment"));CODE
LOW…t/java/org/apache/iceberg/hive/TestHiveSchemaUtil.java194 new FieldSchema("placeholder", serdeConstants.UNKNOWN_TYPE_NAME, "placeholder comment"));CODE
LOW…apache/iceberg/mr/hive/TestHiveIcebergUnknownType.java51 optional(2, "placeholder", Types.UnknownType.get()));CODE
LOW…/org/apache/hadoop/hive/common/jsonexplain/TestOp.java56 Op dummyOp = new Op("Dummy Op", "dummy-id", "output-vertex-name", null, Collections.EMPTY_LIST,STRING
LOW…/org/apache/hadoop/hive/common/jsonexplain/TestOp.java81 String expected = "dummy-id.AKEY=dummy-id.BKEY(type)";STRING
LOW…e/hadoop/hive/serde2/typeinfo/TestUnknownTypeInfo.java61 List.of("placeholder"),CODE
Modern Structural Boilerplate17 hits · 16 pts
SeverityFileLineSnippetContext
LOW…vice-rpc/src/gen/thrift/gen-py/TCLIService/__init__.py1__all__ = ['ttypes', 'constants', 'TCLIService']CODE
LOW…ommon/src/gen/thrift/gen-py/hive_metastore/__init__.py1__all__ = ['ttypes', 'constants', 'ThriftHiveMetastore']CODE
LOWllap-server/src/main/resources/argparse.py71__all__ = [CODE
LOWservice/lib/py/thrift/__init__.py20__all__ = ['Thrift', 'TSCons']CODE
LOWservice/lib/py/thrift/transport/__init__.py20__all__ = ['TTransport', 'TSocket', 'THttpClient']CODE
LOWservice/lib/py/thrift/server/__init__.py20__all__ = ['TServer', 'TNonblockingServer']CODE
LOWservice/lib/py/thrift/server/TNonblockingServer.py36__all__ = ['TNonblockingServer']CODE
LOWservice/lib/py/thrift/protocol/__init__.py20__all__ = ['TProtocol', 'TBinaryProtocol', 'fastbinary']CODE
LOWservice/lib/py/thrift/reflection/__init__.py16__all__ = ['limited']CODE
LOWservice/lib/py/thrift/reflection/limited/__init__.py16__all__ = ['ttypes', 'constants']CODE
LOWservice/lib/py/fb303_scripts/__init__.py20__all__ = ['fb303_simple_mgmt']CODE
LOWservice/lib/py/fb303/__init__.py16__all__ = ['ttypes', 'constants', 'FacebookService']CODE
LOWql/src/gen/thrift/gen-py/queryplan/__init__.py1__all__ = ['ttypes', 'constants']CODE
LOWserde/src/gen/thrift/gen-py/complex/__init__.py1__all__ = ['ttypes', 'constants']CODE
LOWserde/src/gen/thrift/gen-py/megastruct/__init__.py1__all__ = ['ttypes', 'constants']CODE
LOW…thrift/gen-py/org_apache_hadoop_hive_serde/__init__.py1__all__ = ['ttypes', 'constants']CODE
LOWserde/src/gen/thrift/gen-py/testthrift/__init__.py1__all__ = ['ttypes', 'constants']CODE
Redundant / Tautological Comments9 hits · 14 pts
SeverityFileLineSnippetContext
LOWhcatalog/webhcat/svr/src/main/bin/webhcat_server.sh113# Check if the pid is runningCOMMENT
LOWhcatalog/webhcat/svr/src/main/bin/webhcat_server.sh132 # Check if there is a server runningCOMMENT
LOWhcatalog/webhcat/svr/src/main/bin/webhcat_server.sh165 # Check if there is a server runningCOMMENT
LOWhcatalog/build-support/scripts/test.sh24# Set ANT_HOME to specify the version of ant to build withCOMMENT
LOWhcatalog/src/test/e2e/hcatalog/drivers/TestDriverPig.pm859# Print the results for the group using junit xml schema using values from the testStatuses hash.COMMENT
LOW…talog/src/test/e2e/templeton/drivers/TestDriverCurl.pm51# Print the results so far, given the testStatuses hash.COMMENT
LOW…talog/src/test/e2e/templeton/drivers/TestDriverCurl.pm84# Print the results for the group using junit xml schema using values from the testStatuses hash.COMMENT
LOW…talog/src/test/e2e/templeton/drivers/TestDriverCurl.pm1292 # Check if we're supposed to run this one or not.COMMENT
LOWllap-server/bin/llap-daemon-env.sh31# Set this to a path containing tez jarsCOMMENT
Structural Annotation Overuse8 hits · 13 pts
SeverityFileLineSnippetContext
LOWpackaging/src/kubernetes/README.md72### Step 1: Install DependenciesCOMMENT
LOWpackaging/src/kubernetes/README.md102### Step 2: Install the Hive Operator + ClusterCOMMENT
LOW…ve/ql/optimizer/physical/CommonJoinTaskDispatcher.java194 // Step 1: Check if mapJoinTask has a single child.COMMENT
LOW…ve/ql/optimizer/physical/CommonJoinTaskDispatcher.java324 // Step 2: Merge mapJoinTask into the Map-side of its child.COMMENT
LOW…/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java484 // Step 1 : Create a temp table objectCOMMENT
LOW…/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java554 // Step 2 : create the Insert queryCOMMENT
LOW…/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java568 // Step 3 : parse the queryCOMMENT
LOW…/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java591 // Step 4 : ReanalyzeCOMMENT
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGH…/org/apache/hive/hcatalog/templeton/ListDelegator.java147 // Sort the list as requestedCOMMENT
AI Structural Patterns10 hits · 7 pts
SeverityFileLineSnippetContext
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py2576CODE
LOWservice-rpc/src/gen/thrift/gen-py/TCLIService/ttypes.py5968CODE
LOWllap-server/src/main/resources/argparse.py790CODE
LOWllap-server/src/main/resources/argparse.py832CODE
LOWllap-server/src/main/resources/argparse.py924CODE
LOWllap-server/src/main/resources/argparse.py1577CODE
LOWql/src/gen/thrift/gen-py/queryplan/ttypes.py568CODE
LOWql/src/gen/thrift/gen-py/queryplan/ttypes.py884CODE
LOWserde/src/gen/thrift/gen-py/complex/ttypes.py256CODE
LOWserde/src/gen/thrift/gen-py/megastruct/ttypes.py129CODE
TODO Padding3 hits · 4 pts
SeverityFileLineSnippetContext
LOW…/hadoop/hive/metastore/utils/MetaStoreServerUtils.java680 // TODO: implement?COMMENT
LOW…p/hive/metastore/metastore/impl/ColStatsStoreImpl.java140 throw new UnsupportedOperationException("UnsupportedOperationException"); // TODO: implement?CODE
LOW…p/hive/metastore/metastore/impl/ColStatsStoreImpl.java169 throw new UnsupportedOperationException("UnsupportedOperationException"); // TODO: implement?CODE
Slop Phrases2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…g/apache/hive/hcatalog/templeton/tool/HDFSStorage.java70 //todo: FileSystem#setPermission() - should this make sure to set 777 on jobs/ ?COMMENT
LOW…/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java6193 + "needed, don't forget to include the option to auto-create the underlying database"CODE