caesar168 opened a new issue, #4743:
URL: https://github.com/apache/iceberg/issues/4743
Welcome! Enter 'HELP;' to list all available commands. 'QUIT;' to
exit.
Flink SQL> CREATE CATALOG hive_catalog WITH (
> 'type'='iceberg',
> 'catalog-type'='hive',
> 'uri'='thrift://hive-metastore:9083',
> 'clients'='5',
> 'property-version'='1',
> 'warehouse'='s3a://lake/iceberg/vcs'
> );
15:14:12.277 [main] ERROR org.apache.flink.table.client.SqlClient - SQL
Client must stop. Unexpected exception. This is a bug. Please consider filing
an issue.
java.lang.VerifyError: Stack map does not match the one at exception handler
72
Exception Details:
Location:
org/apache/iceberg/hive/HiveCatalog.loadNamespaceMetadata(Lorg/apache/iceberg/catalog/Namespace;)Ljava/util/Map;
@72: astore_2
Reason:
Type 'org/apache/hadoop/hive/metastore/api/NoSuchObjectException'
(current frame, stack[0]) is not assignable to 'org/apache/thrift/TException'
(stack map, stack[0])
Current Frame:
bci: @27
flags: { }
locals: { 'org/apache/iceberg/hive/HiveCatalog',
'org/apache/iceberg/catalog/Namespace' }
stack: { 'org/apache/hadoop/hive/metastore/api/NoSuchObjectException' }
Stackmap Frame:
bci: @72
flags: { }
locals: { 'org/apache/iceberg/hive/HiveCatalog',
'org/apache/iceberg/catalog/Namespace' }
stack: { 'org/apache/thrift/TException' }
Bytecode:
0x0000000: 2a2b b700 9e9a 0016 bb01 0a59 1301 0c04
0x0000010: bd01 0e59 032b 53b7 0111 bf2a b400 8c2b
0x0000020: ba02 9600 00b9 00c2 0200 c002 984d 2a2c
0x0000030: b702 9c4e b200 4113 029e 2b2d b902 6501
0x0000040: 00b9 0108 0400 2db0 4dbb 010a 592c 1301
0x0000050: 0c04 bd01 0e59 032b 53b7 0289 bf4d bb01
0x0000060: 1359 bb01 1559 b701 1613 028b b601 1c2b
0x0000070: b601 1f13 0209 b601 1cb6 0123 2cb7 0126
0x0000080: bf4d b801 2cb6 012f bb01 1359 bb01 1559
0x0000090: b701 1613 028d b601 1c2b b601 1f13 0209
0x00000a0: b601 1cb6 0123 2cb7 0126 bf
Exception Handler Table:
bci [27, 71] => handler: 72
bci [27, 71] => handler: 72
bci [27, 71] => handler: 93
bci [27, 71] => handler: 129
Stackmap Table:
same_frame(@27)
same_locals_1_stack_item_frame(@72,Object[#152])
same_locals_1_stack_item_frame(@93,Object[#152])
same_locals_1_stack_item_frame(@129,Object[#154])
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]