chl-wxp commented on code in PR #10201:
URL: https://github.com/apache/seatunnel/pull/10201#discussion_r2646593182


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-elasticsearch-e2e/src/test/java/org/apache/seatunnel/e2e/connector/elasticsearch/ElasticsearchIT.java:
##########
@@ -1083,6 +1137,19 @@ private List<String> generateTestData() throws 
JsonProcessingException {
         return data;
     }
 
+    private List<String> generateRuntimeTestData() throws IOException {
+        List<String> testData = new ArrayList<>();
+
+        // Use a fixed date: 2024-01-15 (Monday) for predictable day_of_week

Review Comment:
   delete



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