This is an automated email from the ASF dual-hosted git repository.
cheddar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 50963edcae Fix compile error in MSQSelectTest. (#13456)
50963edcae is described below
commit 50963edcae70150f13520b619f167512d951a71b
Author: Gian Merlino <[email protected]>
AuthorDate: Tue Nov 29 15:51:03 2022 -0800
Fix compile error in MSQSelectTest. (#13456)
---
.../src/test/java/org/apache/druid/msq/exec/MSQSelectTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQSelectTest.java
b/extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQSelectTest.java
index dd9bf05d20..b6305e1354 100644
---
a/extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQSelectTest.java
+++
b/extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQSelectTest.java
@@ -1258,7 +1258,7 @@ public class MSQSelectTest extends MSQTestBase
@Test
public void testMultiValueStringWithIncorrectType() throws IOException
{
- final File toRead =
getResourceAsTemporaryFile("/unparseable-mv-string-array.json");
+ final File toRead = MSQTestFileUtils.getResourceAsTemporaryFile(this,
"/unparseable-mv-string-array.json");
final String toReadAsJson =
queryFramework().queryJsonMapper().writeValueAsString(toRead.getAbsolutePath());
RowSignature rowSignature = RowSignature.builder()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]