[
https://issues.apache.org/jira/browse/HIVE-29024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghav Aggarwal updated HIVE-29024:
-----------------------------------
Description:
There is another ERROR log in schematool during hive schema initialization.
{code:java}
2025-06-16 17:25:47,690 ERROR optimizer.ConstantPropagateProcFactory: Unable to
evaluate org.apache.hadoop.hive.ql.udf.generic.GenericUDFCurrentGroups([]).
Return value unrecognizable.
2025-06-16 17:25:47,706 INFO calcite.RelOptHiveTable: Calculating column
statistics for sys.dbs, projIndxSet: [0, 1, 2, 3], allowMissingStats: true
2025-06-16 17:25:47,707 INFO HiveMetaStore.audit: ugi=raghav
ip=unknown-ip-addrcmd=get_table_statistics_req: table=hive.sys.dbs
2025-06-16 17:25:47,716 WARN calcite.RelOptHiveTable: No Stats for sys@dbs,
Columns: db_id, owner_name, db_location_uri, name
{code}
was:
There is another ERROR log in schematool during hive schema initialization.
Should this be tracked under here or should I log another Jira for the same?
{code:java}
2025-06-16 17:25:47,690 ERROR optimizer.ConstantPropagateProcFactory: Unable to
evaluate org.apache.hadoop.hive.ql.udf.generic.GenericUDFCurrentGroups([]).
Return value unrecognizable.
2025-06-16 17:25:47,706 INFO calcite.RelOptHiveTable: Calculating column
statistics for sys.dbs, projIndxSet: [0, 1, 2, 3], allowMissingStats: true
2025-06-16 17:25:47,707 INFO HiveMetaStore.audit: ugi=raghav
ip=unknown-ip-addrcmd=get_table_statistics_req: table=hive.sys.dbs
2025-06-16 17:25:47,716 WARN calcite.RelOptHiveTable: No Stats for sys@dbs,
Columns: db_id, owner_name, db_location_uri, name
{code}
> ERROR log in hive schema initialization for ConstantPropagateProcFactory
> ------------------------------------------------------------------------
>
> Key: HIVE-29024
> URL: https://issues.apache.org/jira/browse/HIVE-29024
> Project: Hive
> Issue Type: Improvement
> Reporter: Raghav Aggarwal
> Priority: Major
>
> There is another ERROR log in schematool during hive schema initialization.
> {code:java}
> 2025-06-16 17:25:47,690 ERROR optimizer.ConstantPropagateProcFactory: Unable
> to evaluate
> org.apache.hadoop.hive.ql.udf.generic.GenericUDFCurrentGroups([]). Return
> value unrecognizable.
> 2025-06-16 17:25:47,706 INFO calcite.RelOptHiveTable: Calculating column
> statistics for sys.dbs, projIndxSet: [0, 1, 2, 3], allowMissingStats: true
> 2025-06-16 17:25:47,707 INFO HiveMetaStore.audit: ugi=raghav
> ip=unknown-ip-addrcmd=get_table_statistics_req: table=hive.sys.dbs
> 2025-06-16 17:25:47,716 WARN calcite.RelOptHiveTable: No Stats for sys@dbs,
> Columns: db_id, owner_name, db_location_uri, name
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)