EricJoy2048 commented on issue #3672:
URL:
https://github.com/apache/incubator-seatunnel/issues/3672#issuecomment-1340636622
I see you use `-i tbl=test.spark3_text -i db=test` and
`table_name=""${db}"."${tbl}""`. It means the final table_name will be
`test.test.spark3_test`. Hive connector only support `db.table` format. So I
think you can update `-i tbl=test.spark3_text -i db=test` to `-i
tbl=spark3_text -i db=test`.
--
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]