mirror of https://github.com/apache/druid.git
Fix compile error in MSQSelectTest. (#13456)
This commit is contained in:
parent
5c520e0cf9
commit
50963edcae
|
@ -1258,7 +1258,7 @@ public class MSQSelectTest extends MSQTestBase
|
||||||
@Test
|
@Test
|
||||||
public void testMultiValueStringWithIncorrectType() throws IOException
|
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());
|
final String toReadAsJson = queryFramework().queryJsonMapper().writeValueAsString(toRead.getAbsolutePath());
|
||||||
|
|
||||||
RowSignature rowSignature = RowSignature.builder()
|
RowSignature rowSignature = RowSignature.builder()
|
||||||
|
|
Loading…
Reference in New Issue