Skip to content

Commit

Permalink
回滚对network graph的修改
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxtq committed Nov 29, 2024
1 parent 44ff3ab commit bc9cd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ private InterpreterResult processLoadCsv(String sql, InterpreterContext context)
+ fileSizeGB
+ "GB.");
}
LOGGER.info("load data sql execute, sql={}", sql);

List<String> columns = null;
long recordsNum = 0;
byte[] bytes = FileUtils.readFileToByteArray(file);
Expand Down
2 changes: 1 addition & 1 deletion v8/src/main/resources/static/vis/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<div id="iframe-container">
<iframe id="networkFrame"
src="http://FILE_HOST:FILE_PORT/graphs/network.html" scrolling="auto" style="overflow-x: scroll;">
src="http://FILE_HOST:FILE_PORT/graphs/network.html">
</iframe>
</div>

Expand Down

0 comments on commit bc9cd90

Please sign in to comment.