github-actions[bot] opened a new issue, #312: URL: https://github.com/apache/incubator-wayang/issues/312
hard-coded for now - retrieve URL from CsvTranslatableTable under source https://github.com/apache/incubator-wayang/blob/9f4ccc9b37583d60990988ce688776a01646609c/wayang-api/wayang-api-sql/src/main/java/org/apache/wayang/api/sql/calcite/rel/WayangTableScan.java#L96 ```java return table.getRowType().getFieldNames(); } // TODO: hard-coded for now - retrieve URL from CsvTranslatableTable under source public String getSourcePath() { // System.out.println(table.unwrap(CsvTranslatableTable.class).source()); return "file:/C:/incubator-Wayang-CrossPlatform/incubator-wayang-SQL/wayang-api/wayang-api-sql/src/test/resources/data1.csv"; } } ``` 77738d035f2b8a73994538bb3ff218562c3f5ea0 -- 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]
