eaugene opened a new issue, #11563:
URL: https://github.com/apache/pinot/issues/11563

   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile 
(default-testCompile) on project pinot-integration-tests: Compilation failure: 
Compilation failure: 
   [ERROR] 
/Users/teaugene/github/pinot/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/tpch/TblToAvroMultiValue.java:[46,81]
 error: no suitable method found for 
of(String,String[],String,String[],String,String[],String,String[],String,String[],String,String[],String,String[],String,String[])
   [ERROR]     method ImmutableMap.<K#1,V#1>of() is not applicable
   [ERROR]       (cannot infer type-variable(s) K#1,V#1
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#2,V#2>of(K#2,V#2) is not applicable
   [ERROR]       (cannot infer type-variable(s) K#2,V#2
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#3,V#3>of(K#3,V#3,K#3,V#3) is not 
applicable
   [ERROR]       (cannot infer type-variable(s) K#3,V#3
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#4,V#4>of(K#4,V#4,K#4,V#4,K#4,V#4) is not 
applicable
   [ERROR]       (cannot infer type-variable(s) K#4,V#4
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#5,V#5>of(K#5,V#5,K#5,V#5,K#5,V#5,K#5,V#5) 
is not applicable
   [ERROR]       (cannot infer type-variable(s) K#5,V#5
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method 
ImmutableMap.<K#6,V#6>of(K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6) is not 
applicable
   [ERROR]       (cannot infer type-variable(s) K#6,V#6
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]   where K#1,V#1,K#2,V#2,K#3,V#3,K#4,V#4,K#5,V#5,K#6,V#6 are 
type-variables:
   [ERROR]     K#1 extends Object declared in method <K#1,V#1>of()
   [ERROR]     V#1 extends Object declared in method <K#1,V#1>of()
   [ERROR]     K#2 extends Object declared in method <K#2,V#2>of(K#2,V#2)
   [ERROR]     V#2 extends Object declared in method <K#2,V#2>of(K#2,V#2)
   [ERROR]     K#3 extends Object declared in method 
<K#3,V#3>of(K#3,V#3,K#3,V#3)
   [ERROR]     V#3 extends Object declared in method 
<K#3,V#3>of(K#3,V#3,K#3,V#3)
   [ERROR]     K#4 extends Object declared in method 
<K#4,V#4>of(K#4,V#4,K#4,V#4,K#4,V#4)
   [ERROR]     V#4 extends Object declared in method 
<K#4,V#4>of(K#4,V#4,K#4,V#4,K#4,V#4)
   [ERROR]     K#5 extends Object declared in method 
<K#5,V#5>of(K#5,V#5,K#5,V#5,K#5,V#5,K#5,V#5)
   [ERROR]     V#5 extends Object declared in method 
<K#5,V#5>of(K#5,V#5,K#5,V#5,K#5,V#5,K#5,V#5)
   [ERROR]     K#6 extends Object declared in method 
<K#6,V#6>of(K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6)
   [ERROR]     V#6 extends Object declared in method 
<K#6,V#6>of(K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6)
   [ERROR] 
/Users/teaugene/github/pinot/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/tpch/TblToAvro.java:[49,18]
 error: no suitable method found for 
of(String,String[],String,String[],String,String[],String,String[],String,String[],String,String[],String,String[],String,String[])
   [ERROR]     method ImmutableMap.<K#1,V#1>of() is not applicable
   [ERROR]       (cannot infer type-variable(s) K#1,V#1
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#2,V#2>of(K#2,V#2) is not applicable
   [ERROR]       (cannot infer type-variable(s) K#2,V#2
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#3,V#3>of(K#3,V#3,K#3,V#3) is not 
applicable
   [ERROR]       (cannot infer type-variable(s) K#3,V#3
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#4,V#4>of(K#4,V#4,K#4,V#4,K#4,V#4) is not 
applicable
   [ERROR]       (cannot infer type-variable(s) K#4,V#4
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#5,V#5>of(K#5,V#5,K#5,V#5,K#5,V#5,K#5,V#5) 
is not applicable
   [ERROR]       (cannot infer type-variable(s) K#5,V#5
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method 
ImmutableMap.<K#6,V#6>of(K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6) is not 
applicable
   [ERROR]       (cannot infer type-variable(s) K#6,V#6
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]   where K#1,V#1,K#2,V#2,K#3,V#3,K#4,V#4,K#5,V#5,K#6,V#6 are 
type-variables:
   [ERROR]     K#1 extends Object declared in method <K#1,V#1>of()
   [ERROR]     V#1 extends Object declared in method <K#1,V#1>of()
   [ERROR]     K#2 extends Object declared in method <K#2,V#2>of(K#2,V#2)
   [ERROR]     V#2 extends Object declared in method <K#2,V#2>of(K#2,V#2)
   [ERROR]     K#3 extends Object declared in method 
<K#3,V#3>of(K#3,V#3,K#3,V#3)
   [ERROR]     V#3 extends Object declared in method 
<K#3,V#3>of(K#3,V#3,K#3,V#3)
   [ERROR]     K#4 extends Object declared in method 
<K#4,V#4>of(K#4,V#4,K#4,V#4,K#4,V#4)
   [ERROR]     V#4 extends Object declared in method 
<K#4,V#4>of(K#4,V#4,K#4,V#4,K#4,V#4)
   [ERROR]     K#5 extends Object declared in method 
<K#5,V#5>of(K#5,V#5,K#5,V#5,K#5,V#5,K#5,V#5)
   [ERROR]     V#5 extends Object declared in method 
<K#5,V#5>of(K#5,V#5,K#5,V#5,K#5,V#5,K#5,V#5)
   [ERROR]     K#6 extends Object declared in method 
<K#6,V#6>of(K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6)
   [ERROR]     V#6 extends Object declared in method 
<K#6,V#6>of(K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6)
   [ERROR] -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
   [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   [ERROR] 
   ```
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile 
(default-testCompile) on project pinot-integration-tests: Compilation failure
   [ERROR] 
/Users/teaugene/github/pinot/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/tpch/TblToAvro.java:[49,18]
 error: no suitable method found for 
of(String,String[],String,String[],String,String[],String,String[],String,String[],String,String[],String,String[],String,String[])
   [ERROR]     method ImmutableMap.<K#1,V#1>of() is not applicable
   [ERROR]       (cannot infer type-variable(s) K#1,V#1
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#2,V#2>of(K#2,V#2) is not applicable
   [ERROR]       (cannot infer type-variable(s) K#2,V#2
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#3,V#3>of(K#3,V#3,K#3,V#3) is not 
applicable
   [ERROR]       (cannot infer type-variable(s) K#3,V#3
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#4,V#4>of(K#4,V#4,K#4,V#4,K#4,V#4) is not 
applicable
   [ERROR]       (cannot infer type-variable(s) K#4,V#4
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method ImmutableMap.<K#5,V#5>of(K#5,V#5,K#5,V#5,K#5,V#5,K#5,V#5) 
is not applicable
   [ERROR]       (cannot infer type-variable(s) K#5,V#5
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]     method 
ImmutableMap.<K#6,V#6>of(K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6) is not 
applicable
   [ERROR]       (cannot infer type-variable(s) K#6,V#6
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR]   where K#1,V#1,K#2,V#2,K#3,V#3,K#4,V#4,K#5,V#5,K#6,V#6 are 
type-variables:
   [ERROR]     K#1 extends Object declared in method <K#1,V#1>of()
   [ERROR]     V#1 extends Object declared in method <K#1,V#1>of()
   [ERROR]     K#2 extends Object declared in method <K#2,V#2>of(K#2,V#2)
   [ERROR]     V#2 extends Object declared in method <K#2,V#2>of(K#2,V#2)
   [ERROR]     K#3 extends Object declared in method 
<K#3,V#3>of(K#3,V#3,K#3,V#3)
   [ERROR]     V#3 extends Object declared in method 
<K#3,V#3>of(K#3,V#3,K#3,V#3)
   [ERROR]     K#4 extends Object declared in method 
<K#4,V#4>of(K#4,V#4,K#4,V#4,K#4,V#4)
   [ERROR]     V#4 extends Object declared in method 
<K#4,V#4>of(K#4,V#4,K#4,V#4,K#4,V#4)
   [ERROR]     K#5 extends Object declared in method 
<K#5,V#5>of(K#5,V#5,K#5,V#5,K#5,V#5,K#5,V#5)
   [ERROR]     V#5 extends Object declared in method 
<K#5,V#5>of(K#5,V#5,K#5,V#5,K#5,V#5,K#5,V#5)
   [ERROR]     K#6 extends Object declared in method 
<K#6,V#6>of(K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6)
   [ERROR]     V#6 extends Object declared in method 
<K#6,V#6>of(K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6,K#6,V#6)
   [ERROR] 
   [ERROR] -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   
   ```
   
   related PR : https://github.com/apache/pinot/pull/11511
   
   This is because the used version of the Google Guava package allows only 
upto 5 Key-Value pairs, here we are using more than that, so no method 
definition is available. 


-- 
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: commits-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to