leesf
                                            leesf
                                        
                                    does this PR only aimed to support spark 3.2.0 not spark 3.2.1/3.2.2 or 3.3.0? or with following-up tasks to support other versions?
@jeff-xu-z would you please rebase to latest master to fix the CI?
> Hi @leesf: > > This is what I see in my LIVY-896. I should already be on top of latest master commit ([4d8a912](https://github.com/apache/incubator-livy/commit/4d8a912699683b973eee76d4e91447d769a0cb0d)). > > I just tried "git...
@jeff-xu-z pls check the travis CI failure.
> update: @yihua @huzk8 i can reproduce your case that only use `catalog.table`:  > > but if use `catalog.database.table`, it will raise this error that need to be resolved...
@timrepo would you please rebase to latest master?
> And #314 - the author on that one was active a month ago so mentioned it might be good to rebase. yes, just merge that one and we would...
just merged another one. https://github.com/apache/incubator-livy/pull/314. Closing this one.
@yantzu hi, thanks for merging the PR. Please use `squash and merge` button to merge the commits in the future to keep the history clean.
The offline store of summingbird should be in form of Readable[K, (BatchId, V)], but i can not find proper store in HBase. I am new and looking for your help,...