Results 10 issues of wangqiim

# Typo ## document typo https://github.com/cmu-db/noisepage/blob/54036a88f295c8380e9811cc0fdddd4b6bfae15b/src/include/storage/projected_columns.h#L11-L31 In line:25, I think it expected is ``` * | null-bitmap, col_id2 | val1, col_id2 | val2, col_id2 | ... | ```

### What changes were proposed in this pull request? fix derefence null pointer bug ### Why are the changes needed? issue #759 ### Will break the compatibility? How if so?...

### What changes were proposed in this pull request? remove code that never be reached. ### Why are the changes needed? issue #603 . ### Will break the compatibility? How...

Thanks for you work. I encountered some problems in the process of reproducing your skipnet again. I faced some problem. Can you give me some advice? After Supervised learning Resnet(with...

Thanks for sharing your code. I want to reproduce your work, but I can't find code about contrastive loss and contrastive module. Can you provide it?

Thanks for sharing your code. I find some anomalous code In msdnet.py#L322. these three "if branch" will not be excuted in func `_init_weights(self, m)`. https://github.com/kalviny/MSDNet-PyTorch/blob/c16a62be5b2166ef3333290aa8c39d0687c3c7ad/models/msdnet.py#L242-L264

https://github.com/oceanbase/miniob/blob/5b7a5208f83b469dcbced8b41c85598978c4bef2/src/observer/storage/common/table.cpp#L914-L927 load数据之后,数据没有刷盘,因此重启以后无法读到一些数据。可以在load完成数据之后手动调用一次`table->sync()`,但是发现重启依然无法读到数据。可以进一步在上述代码924行之后通过添加`rc = data_buffer_pool_->flush_all_pages();`解决。

Thanks for you work. I am reproducing your work on cifar dataset, but I find the high/low resolution acc always lower than independent train each resolution. Have you ever had...

In Fig.4.(a), I find different models will cause different PSNR lookup results. How to get Spearman correlation (0.85) coefficient picture (Fig.4.(a)). What model do you use to generate psnr values....

https://github.com/wangqiim/miniob-competition/blob/2475dab3c6276cfa9f1a7c00688c632cf132e5cb/src/observer/sql/parser/yacc_sql.y#L428 考虑`-a+b`和`-(a+b)`等情况,参考 [yacc-tutorial.zip](https://github.com/wangqiim/miniob-competition/files/9730452/yacc-tutorial.zip)