huleilei commented on code in PR #38007:
URL: https://github.com/apache/spark/pull/38007#discussion_r980926707


##########
sql/hive/src/test/resources/ql/src/test/queries/clientpositive/index_bitmap2.q:
##########
@@ -4,7 +4,10 @@ CREATE INDEX src1_index ON TABLE src(key) as 'BITMAP' WITH 
DEFERRED REBUILD;
 EXPLAIN
 CREATE INDEX src2_index ON TABLE src(value) as 'BITMAP' WITH DEFERRED REBUILD;
 
-CREATE INDEX src1_index ON TABLE src(key) as 'BITMAP' WITH DEFERRED REBUILD;
+CREATE INDEX src1_index ON T
+
+
+ABLE src(key) as 'BITMAP' WITH DEFERRED REBUILD;

Review Comment:
   OK. I am sorry. Now I change it.



-- 
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]

Reply via email to