Github user kiszk commented on the issue:

    https://github.com/apache/spark/pull/19518
  
    In int case, the followings are the number of java byte code length for a 
value
    
    1 byte: -1, 0, 1, 2, 3, 4, 5 (iconst_?)
    2 byte: -128 ~ -2, 6 ~ 127 (bipush)
    3 bytes: -32768 ~ -129, 128 ~ 32767 (sipush)
    4 or 5 bytes: others (ldc or ldc_w)



---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to