chrislu
d38d555fc7
use db
5 hours ago
chrislu
a9856ed27a
rename file
7 hours ago
chrislu
8986859298
remove old parser code
8 hours ago
chrislu
c5fff488f4
remove old code
8 hours ago
chrislu
86299bc233
skip control message when converting to parquet files
9 hours ago
chrislu
6aed656af7
skip control messages
9 hours ago
chrislu
ada96be79e
prevent single quote in the string
10 hours ago
chrislu
84d921c873
fix extract
13 hours ago
chrislu
24394af58b
remove order by, group by, join
14 hours ago
chrislu
bbe1a45623
fix tests
14 hours ago
chrislu
299a80d87d
Update engine.go
15 hours ago
chrislu
218fa17dd4
fix tests
16 hours ago
chrislu
d9e4e8651c
fix database qualifier
16 hours ago
chrislu
72eb94ed2f
func name
16 hours ago
chrislu
2cde61a559
fix tests
17 hours ago
chrislu
666f687dab
fix count fast path
17 hours ago
chrislu
061cfbd7e7
fix limit offset
17 hours ago
chrislu
96fe6b201f
fix where clause
1 day ago
chrislu
ca6e88e67b
fix count *
1 day ago
chrislu
2ca4c77565
fix tests
1 day ago
chrislu
dd52f08090
test SQLs
1 day ago
chrislu
3480607a57
postgres only
1 day ago
chrislu
3eb911e19f
add cockroachdb parser
1 day ago
chrislu
7fccbc9938
recursive functions
1 day ago
chrislu
7e2f4aa7df
extract
1 day ago
chrislu
e48eb4aba2
refactor
1 day ago
chrislu
494904c9c2
database qualifier
2 days ago
chrislu
dbc030912b
unused code path
2 days ago
chrislu
7a240b421b
fix time functions
2 days ago
chrislu
211a0e95be
add ttl for catalog
2 days ago
chrislu
b1fd1176e5
ensure empty spaces for literals
2 days ago
chrislu
cd2b072e21
fix string concat
2 days ago
chrislu
95e3a0df9d
fix string function bugs and add tests
2 days ago
chrislu
dcc693ba4c
fix math
2 days ago
chrislu
73e1aaaf89
fix id*2
2 days ago
chrislu
615fb41ba8
limit with offset
2 days ago
chrislu
b4eca8610e
Update db.go
2 days ago
Chris Lu
d7efaadbbc
Update weed/mq/broker/broker_grpc_query.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2 days ago
chrislu
e2b06fcbe3
Fix data race in FUSE GetAttr operation
- Add shared lock to GetAttr when accessing file handle entries
- Prevents concurrent access between Write (ExclusiveLock) and GetAttr (SharedLock)
- Fixes race on entry.Attributes.FileSize field during concurrent operations
- Write operations already use ExclusiveLock, now GetAttr uses SharedLock for consistency
Resolves race condition:
Write at weedfs_file_write.go:62 vs Read at filechunks.go:28
2 days ago
chrislu
43f8332297
normal if no partitions found
2 days ago
chrislu
bdf43f53e9
comment
2 days ago
chrislu
93867ca04b
Update mocks_test.go
2 days ago
chrislu
32dc65167f
fix comments
2 days ago
chrislu
92a1ab25f4
address comments
2 days ago
chrislu
53d9a81791
fix "use db"
2 days ago
chrislu
3cbe20e4e8
fix tests
2 days ago
chrislu
9f4d4e4559
using consts; avoid test data in production binary
2 days ago
chrislu
9b1919a8eb
int range
2 days ago
chrislu
279abda3b7
support string concatenation ||
2 days ago
chrislu
e528629944
avoid closing closed channel
3 days ago