leaves12138 commented on code in PR #2296:
URL: https://github.com/apache/incubator-paimon/pull/2296#discussion_r1393565761
##########
paimon-spark/paimon-spark-3.4/src/test/scala/org/apache/paimon/spark/sql/CreateAndDeleteTagProcedureTest.scala:
##########
@@ -68,13 +68,14 @@ class CreateAndDeleteTagProcedureTest extends
PaimonSparkTestBase with StreamTes
stream.processAllAvailable()
checkAnswer(query(), Row(1, "a") :: Row(2, "b2") :: Nil)
checkAnswer(
- spark.sql("CALL create_tag(table => 'test.T', tag => 'test_tag',
snapshot => 2)"),
+ spark.sql(
+ "CALL paimon.sys.create_tag(table => 'test.T', tag =>
'test_tag', snapshot => 2)"),
Review Comment:
Tagged in docs
--
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]