LadyForest commented on code in PR #21452:
URL: https://github.com/apache/flink/pull/21452#discussion_r1130310752


##########
flink-table/flink-sql-client/src/test/resources/sql/table.q:
##########
@@ -964,7 +998,7 @@ CREATE TABLE IF NOT EXISTS daily_orders (
  PRIMARY KEY(dt, `user`) NOT ENFORCED
 ) PARTITIONED BY (dt) WITH (
  'connector' = 'filesystem',
- 'path' = '$VAR_BATCH_PATH',
+ 'path' = 
'/var/folders/xd/9dp1y4vd3h56kjkvdk426l500000gp/T/junit5781726749537647921/7bf278b4-9932-4e24-af7b-1126df4667405030013249695173150',

Review Comment:
   > this i didn't get... can you please elaborate where does this magic name 
come from?
   
   Good catch! `$VAR_BATCH_PATH` is defined in `CliClientITCase` and serves as 
a placeholder to be replaced at runtime. I overwrote this by mistake and will 
revert this.



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

Reply via email to