-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
between报错 #103
Comments
报错的信息可不可贴出来一下。 |
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 |
请问使用的哪个版本 |
这应该是一个比较pipeline改造之前的老版本,当时对于空ResultSet列表没有任何校验。请使用最新版本,已经修复了这个问题 |
bm出错的版本是1.1.0 |
报错的sql为:
select * from pos where 1=1 and (gather_time between '2015-01-01' and '2015-01-02') and (partition_by between '20150101' and '20150102')
表结构如下:
partition_by 是分库分区键。
具体的代码见附件:
The text was updated successfully, but these errors were encountered: